diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-09-10 16:34:53 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-09-10 16:34:53 +0000 |
commit | 8916fb7c822b2914448c13874110dd4d695d555a (patch) | |
tree | f36b91e16ae3c68776f4ff4a63ed4c063e0159c7 /net-misc | |
parent | *** empty log message *** (diff) | |
download | historical-8916fb7c822b2914448c13874110dd4d695d555a.tar.gz historical-8916fb7c822b2914448c13874110dd4d695d555a.tar.bz2 historical-8916fb7c822b2914448c13874110dd4d695d555a.zip |
*** empty log message ***
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcp/dhcp-3.0_beta0202.ebuild (renamed from net-misc/dhcp/dhcp-3.0_beta0117.ebuild) | 41 | ||||
-rw-r--r-- | net-misc/dhcp/files/digest-dhcp-3.0_beta0117 | 1 | ||||
-rw-r--r-- | net-misc/dhcp/files/digest-dhcp-3.0_beta0202 | 1 |
3 files changed, 32 insertions, 11 deletions
diff --git a/net-misc/dhcp/dhcp-3.0_beta0117.ebuild b/net-misc/dhcp/dhcp-3.0_beta0202.ebuild index f17cb025aabf..9abd0504dff1 100644 --- a/net-misc/dhcp/dhcp-3.0_beta0117.ebuild +++ b/net-misc/dhcp/dhcp-3.0_beta0202.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0_beta0117.ebuild,v 1.1 2000/08/16 17:16:16 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0_beta0202.ebuild,v 1.1 2000/09/10 16:34:53 achim Exp $ -P=dhcp-3.0b1pl17 +P=dhcp-3.0b2pl2 A="${P}.tar.gz" S=${WORKDIR}/${P} DESCRIPTION="ISC Dynamic Host Configuration Protocol" @@ -22,30 +22,51 @@ src_compile() { src_install () { - cd ${S}/client + cd ${S}/work.linux-2.2/client into /usr dosbin dhclient doman *.5 *.8 - insinto /etc/dhcp - doins dhclient.conf - newins scripts/linux dhclient-script - cd ${S}/common + cd ../common doman *.5 - cd ${S}/relay + cd ../dhcpctl + dolib libdhcpctl.a + insinto /usr/include + doins dhcpctl.h + + cd ../omapip + dolib libomapi.a + doman *.3 + + cd ../relay dosbin dhcrelay doman *.8 - cd ${S}/server + cd ../server dosbin dhcpd doman *.5 *.8 + + cd ${S}/client + insinto /etc/dhcp + doins dhclient.conf + newins scripts/linux dhclient-script + + cd ${S}/server doins dhcpd.conf + cd ${S}/includes/omapip + insinto /usr/include/omapip + doins alloc.h buffer.h omapip.h + cd ${S}/includes/isc + insinto /usr/include/isc + doins boolean.h dst.h int.h lang.h list.h result.h types.h + cd ${S} - dodoc COPYRIGHT DOCUMENTATION ISC-LICENSE README RELNOTES + dodoc ANONCVS CHANGES COPYRIGHT DOCUMENTATION ISC-LICENSE README RELNOTES docinto doc dodoc doc/* } + diff --git a/net-misc/dhcp/files/digest-dhcp-3.0_beta0117 b/net-misc/dhcp/files/digest-dhcp-3.0_beta0117 deleted file mode 100644 index c49db56e3442..000000000000 --- a/net-misc/dhcp/files/digest-dhcp-3.0_beta0117 +++ /dev/null @@ -1 +0,0 @@ -MD5 9e5202eefc133bd30a46882239123be4 dhcp-3.0b1pl17.tar.gz diff --git a/net-misc/dhcp/files/digest-dhcp-3.0_beta0202 b/net-misc/dhcp/files/digest-dhcp-3.0_beta0202 new file mode 100644 index 000000000000..730f6098cce3 --- /dev/null +++ b/net-misc/dhcp/files/digest-dhcp-3.0_beta0202 @@ -0,0 +1 @@ +MD5 d3f212a1c1f9fa42db8e74bbc9a0dd04 dhcp-3.0b2pl2.tar.gz |