diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 20:53:04 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 20:53:04 +0000 |
commit | 2e0eb5ae5e9ae4ccf32900dbe85d276ecf56ebc2 (patch) | |
tree | 212ef419db4246cd5c6198294b0c6f3080c7428d /net-misc/netkit-bootpd | |
parent | cleanup (diff) | |
download | historical-2e0eb5ae5e9ae4ccf32900dbe85d276ecf56ebc2.tar.gz historical-2e0eb5ae5e9ae4ccf32900dbe85d276ecf56ebc2.tar.bz2 historical-2e0eb5ae5e9ae4ccf32900dbe85d276ecf56ebc2.zip |
clean up and SRC_URI update
Diffstat (limited to 'net-misc/netkit-bootpd')
-rw-r--r-- | net-misc/netkit-bootpd/files/digest-netkit-bootpd-0.17-r1 | 2 | ||||
-rw-r--r-- | net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild | 20 |
2 files changed, 10 insertions, 12 deletions
diff --git a/net-misc/netkit-bootpd/files/digest-netkit-bootpd-0.17-r1 b/net-misc/netkit-bootpd/files/digest-netkit-bootpd-0.17-r1 index 7b972b9fd2e9..8c3a50839166 100644 --- a/net-misc/netkit-bootpd/files/digest-netkit-bootpd-0.17-r1 +++ b/net-misc/netkit-bootpd/files/digest-netkit-bootpd-0.17-r1 @@ -1 +1 @@ -MD5 00d211115b11aec2e214b701fe72f397 netkit-bootparamd-0.17.tar.gz 13934 +MD5 00d211115b11aec2e214b701fe72f397 netkit-bootparamd_0.17.orig.tar.gz 13934 diff --git a/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild b/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild index bd7b05b9a757..173a717e4314 100644 --- a/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild +++ b/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild @@ -1,22 +1,22 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 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/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild,v 1.4 2000/11/01 04:44:21 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild,v 1.5 2002/04/27 20:53:04 seemant Exp $ -P=netkit-bootpd-0.17 -A=netkit-bootparamd-0.17.tar.gz -S=${WORKDIR}/netkit-bootparamd-0.17 +MY_PN=${PN/pd/paramd} +S=${WORKDIR}/${MY_PN}-${PV} DESCRIPTION="Netkit - bootp" -SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" +SRC_URI="http://ftp.debian.org/debian/pool/main/n/netkit-bootparamd/${MY_PN}_${PV}.orig.tar.gz" +HOMEPAGE="http://packages.debian.org/unstable/net/bootparamd.html" DEPEND=">=sys-libs/glibc-2.1.3" src_compile() { - try ./configure - try make + ./configure || die + make || die } -src_install() { +src_install() { into /usr dosbin rpc.bootparamd/bootparamd dosym bootparamd /usr/sbin/rpc.bootparamd @@ -26,5 +26,3 @@ src_install() { dodoc README ChangeLog newdoc rpc.bootparamd/README README.bootparamd } - - |