diff options
Diffstat (limited to 'net-misc/cidr')
-rw-r--r-- | net-misc/cidr/cidr-2.3.1.ebuild | 25 | ||||
-rw-r--r-- | net-misc/cidr/files/digest-cidr-2.3.1 | 1 |
2 files changed, 26 insertions, 0 deletions
diff --git a/net-misc/cidr/cidr-2.3.1.ebuild b/net-misc/cidr/cidr-2.3.1.ebuild new file mode 100644 index 000000000000..0f5c4079f536 --- /dev/null +++ b/net-misc/cidr/cidr-2.3.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Ben Lutgens <lamer@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-misc/cidr/cidr-2.3.1.ebuild,v 1.1 2001/07/15 05:57:35 lamer Exp $ +A=cidr-current.tar.gz +S=${WORKDIR}/${PN}-2.3 +DESCRIPTION="command line util to assist in calculating subnets." +SRC_URI="http://home.netcom.com/~naym/cidr/${A}" +HOMEPAGE="http://home.netcom.com/~naym/cidr/" +DEPEND="" + +#RDEPEND="" + +src_compile() { + + try make +} + +src_install () { + + dobin cidr + dodoc README ChangeLog rfc1978.txt gpl.txt + doman cidr.1 +} + diff --git a/net-misc/cidr/files/digest-cidr-2.3.1 b/net-misc/cidr/files/digest-cidr-2.3.1 new file mode 100644 index 000000000000..5fecf841699a --- /dev/null +++ b/net-misc/cidr/files/digest-cidr-2.3.1 @@ -0,0 +1 @@ +MD5 5954588563509305df07fd437b51e24a cidr-current.tar.gz |