1 |
# Copyright 1999-2010 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/net-misc/selfdhcp/selfdhcp-0.2a.ebuild,v 1.5 2010/10/28 11:08:05 ssuominen Exp $ |
4 |
|
5 |
DESCRIPTION="a small stealth network autoconfigure software." |
6 |
HOMEPAGE="http://selfdhcp.sourceforge.net" |
7 |
SRC_URI="mirror://sourceforge/selfdhcp/${P}.tar.bz2" |
8 |
|
9 |
LICENSE="GPL-2" |
10 |
SLOT="0" |
11 |
KEYWORDS="~ppc ~sparc ~x86" |
12 |
IUSE="" |
13 |
|
14 |
DEPEND="dev-libs/popt |
15 |
dev-libs/libxml2 |
16 |
>=net-libs/libnet-1.0.2 |
17 |
net-libs/libpcap" |
18 |
|
19 |
src_compile() { |
20 |
econf --sysconfdir=/etc --sbindir=/sbin |
21 |
emake || die |
22 |
} |
23 |
|
24 |
src_install() { |
25 |
einstall sbindir="${D}"/sbin || die |
26 |
dodoc AUTHORS ChangeLog README TODO |
27 |
} |