/[gentoo-x86]/sys-block/cec/cec-11.ebuild
Gentoo

Contents of /sys-block/cec/cec-11.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Wed Jul 11 14:10:40 2012 UTC (11 months, 1 week ago) by kensington
Branch: MAIN
CVS Tags: HEAD
Version bump. Add upstream metadata.

(Portage version: 2.1.11.5/cvs/Linux x86_64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/sys-block/cec/cec-8.ebuild,v 1.4 2009/09/23 20:29:49 patrick Exp $
4
5 EAPI=4
6
7 inherit toolchain-funcs
8
9 DESCRIPTION="Coraid Ethernet Console client"
10 HOMEPAGE="http://sourceforge.net/projects/aoetools/"
11 SRC_URI="mirror://sourceforge/aoetools/${P}.tgz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86"
16 IUSE=""
17
18 src_compile() {
19 emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
20 }
21
22 src_install() {
23 dosbin ${PN}
24 doman ${PN}.8
25 dodoc ${PN}.txt NEWS README
26 }

  ViewVC Help
Powered by ViewVC 1.1.20