diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-09 01:50:24 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-09 01:50:24 +0000 |
commit | 93ca910e64112fa7690cbd9940a5559ed13fae0a (patch) | |
tree | 6ed6de8227613e2bc2307f03a1f8ee6774089f23 /net-misc/dhcpcd | |
parent | Dep fix (diff) | |
download | gentoo-2-93ca910e64112fa7690cbd9940a5559ed13fae0a.tar.gz gentoo-2-93ca910e64112fa7690cbd9940a5559ed13fae0a.tar.bz2 gentoo-2-93ca910e64112fa7690cbd9940a5559ed13fae0a.zip |
dhcp client
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.20_p0.ebuild | 31 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0 | 1 |
2 files changed, 32 insertions, 0 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.20_p0.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.20_p0.ebuild new file mode 100644 index 000000000000..f286c0bb4dbd --- /dev/null +++ b/net-misc/dhcpcd/dhcpcd-1.3.20_p0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Your Name <your email> +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0.ebuild,v 1.1 2001/05/09 01:50:24 achim Exp $ + +A=${PN}-1.3.20-pl0.tar.gz +S=${WORKDIR}/${PN}-1.3.20-pl0 +DESCRIPTION="A dhcp client only" +SRC_URI="ftp://ftp.phystech.cm/pub/${A}" +HOMEPAGE="http://" + +DEPEND="" + +src_compile() { + + try ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --sbindir=/sbin --host=${CHOST} + try make + +} + +src_install () { + + try make DESTDIR=${D} install + dodoc AUTHORS COPYING ChangeLog NEWS README + if [ "`use pcmcia`" ] || [ "`use pcmcia-cs`" ] ; then + insinto /etc/pcmcia + doins pcmcia/network* + fi + +} + diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0 b/net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0 new file mode 100644 index 000000000000..66b474ce04c6 --- /dev/null +++ b/net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0 @@ -0,0 +1 @@ +MD5 5f52904ac354295ce64f74f254ac1d0d dhcpcd-1.3.20-pl0.tar.gz |