summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-09 01:50:24 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-09 01:50:24 +0000
commit93ca910e64112fa7690cbd9940a5559ed13fae0a (patch)
tree6ed6de8227613e2bc2307f03a1f8ee6774089f23 /net-misc/dhcpcd
parentDep fix (diff)
downloadgentoo-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.ebuild31
-rw-r--r--net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p01
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