diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 21:04:36 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 21:04:36 +0000 |
commit | a5b74fef26a826b87e518875c325465e11da2731 (patch) | |
tree | ad50c9d938054d1d9f13ebcf18963a45b6b72462 /net-misc/netkit-routed | |
parent | clean up and SRC_URI update (diff) | |
download | historical-a5b74fef26a826b87e518875c325465e11da2731.tar.gz historical-a5b74fef26a826b87e518875c325465e11da2731.tar.bz2 historical-a5b74fef26a826b87e518875c325465e11da2731.zip |
clean up and SRC_URI update
Diffstat (limited to 'net-misc/netkit-routed')
-rw-r--r-- | net-misc/netkit-routed/files/digest-netkit-routed-0.17-r1 | 2 | ||||
-rw-r--r-- | net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild | 17 |
2 files changed, 8 insertions, 11 deletions
diff --git a/net-misc/netkit-routed/files/digest-netkit-routed-0.17-r1 b/net-misc/netkit-routed/files/digest-netkit-routed-0.17-r1 index e1b3c5236bd2..5ac45fad5be7 100644 --- a/net-misc/netkit-routed/files/digest-netkit-routed-0.17-r1 +++ b/net-misc/netkit-routed/files/digest-netkit-routed-0.17-r1 @@ -1 +1 @@ -MD5 3a9507876db23109be6d1f41ced5570a netkit-routed-0.17.tar.gz 36435 +MD5 3a9507876db23109be6d1f41ced5570a netkit-routed_0.17.orig.tar.gz 36435 diff --git a/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild b/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild index 107946fdc601..a8ef44ee3e91 100644 --- a/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild +++ b/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild @@ -1,22 +1,21 @@ -# 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-routed/netkit-routed-0.17-r1.ebuild,v 1.4 2000/11/01 04:44:21 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild,v 1.5 2002/04/27 21:01:44 seemant Exp $ -P=netkit-routed-0.17 -A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Netkit - routed" -SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" +SRC_URI="http://ftp.debian.org/debian/pool/main/n/netkit-routed/${PN}_${PV}.orig.tar.gz" +HOMEPAGE="http://packages.debian.org/unstable/net/routed.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 ripquery/ripquery doman ripquery/ripquery.8 @@ -27,5 +26,3 @@ src_install() { dodoc README ChangeLog newdoc routed/README README.routed } - - |