summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-10-28 11:08:05 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-10-28 11:08:05 +0000
commit8620117e1c439b79338c0c9460d190197f4172d6 (patch)
tree9633086eccf87b5d1e5b58b0948570e82af6553e /net-misc/selfdhcp/selfdhcp-0.2a.ebuild
parentVersion bump. (diff)
downloadgentoo-2-8620117e1c439b79338c0c9460d190197f4172d6.tar.gz
gentoo-2-8620117e1c439b79338c0c9460d190197f4172d6.tar.bz2
gentoo-2-8620117e1c439b79338c0c9460d190197f4172d6.zip
quoting, copying, etc
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/selfdhcp/selfdhcp-0.2a.ebuild')
-rw-r--r--net-misc/selfdhcp/selfdhcp-0.2a.ebuild27
1 files changed, 13 insertions, 14 deletions
diff --git a/net-misc/selfdhcp/selfdhcp-0.2a.ebuild b/net-misc/selfdhcp/selfdhcp-0.2a.ebuild
index 34ae193fa015..7e6a58d3d717 100644
--- a/net-misc/selfdhcp/selfdhcp-0.2a.ebuild
+++ b/net-misc/selfdhcp/selfdhcp-0.2a.ebuild
@@ -1,28 +1,27 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/selfdhcp/selfdhcp-0.2a.ebuild,v 1.4 2007/01/05 09:04:35 flameeyes Exp $
-
-inherit flag-o-matic eutils
+# $Header: /var/cvsroot/gentoo-x86/net-misc/selfdhcp/selfdhcp-0.2a.ebuild,v 1.5 2010/10/28 11:08:05 ssuominen Exp $
DESCRIPTION="a small stealth network autoconfigure software."
-SRC_URI="mirror://sourceforge/selfdhcp/${P}.tar.bz2"
HOMEPAGE="http://selfdhcp.sourceforge.net"
-KEYWORDS="~x86 ~sparc ~ppc"
-IUSE=""
+SRC_URI="mirror://sourceforge/selfdhcp/${P}.tar.bz2"
+
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="~ppc ~sparc ~x86"
+IUSE=""
DEPEND="dev-libs/popt
- dev-libs/libxml2
- >=net-libs/libnet-1.0.2
- net-libs/libpcap"
+ dev-libs/libxml2
+ >=net-libs/libnet-1.0.2
+ net-libs/libpcap"
src_compile() {
- econf --sysconfdir=/etc --sbindir=/sbin || die
+ econf --sysconfdir=/etc --sbindir=/sbin
emake || die
}
src_install() {
- einstall sbindir=${D}/sbin|| die
- dodoc AUTHORS ChangeLog COPYING INSTALL README TODO
- }
+ einstall sbindir="${D}"/sbin || die
+ dodoc AUTHORS ChangeLog README TODO
+}