summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-09-13 07:50:51 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-09-13 07:50:51 +0000
commit6cdfbaba65f51565baba048b98de2d00c2c9fd2b (patch)
treec0285e25f4837aaf8bc3ea599f729658ed3aa649 /net-misc/aggregate/aggregate-1.6.ebuild
parentinitial commit (diff)
downloadhistorical-6cdfbaba65f51565baba048b98de2d00c2c9fd2b.tar.gz
historical-6cdfbaba65f51565baba048b98de2d00c2c9fd2b.tar.bz2
historical-6cdfbaba65f51565baba048b98de2d00c2c9fd2b.zip
initial commit
Diffstat (limited to 'net-misc/aggregate/aggregate-1.6.ebuild')
-rw-r--r--net-misc/aggregate/aggregate-1.6.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/net-misc/aggregate/aggregate-1.6.ebuild b/net-misc/aggregate/aggregate-1.6.ebuild
new file mode 100644
index 000000000000..9b01672bcff8
--- /dev/null
+++ b/net-misc/aggregate/aggregate-1.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.1 2003/09/13 07:50:49 robbat2 Exp $
+
+DESCRIPTION="aggregate takes a list of prefixes in conventional format on stdin, and performs two optimisations to reduce the length of the prefix list."
+HOMEPAGE="http://dist.automagic.org/"
+SRC_URI="${HOMEPAGE}/${P}.tar.gz"
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=""
+#RDEPEND=""
+S=${WORKDIR}/${P}
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ into /usr
+ dobin aggregate aggregate-ios
+ doman aggregate.1 aggregate-ios.1
+ dodoc LICENSE HISTORY
+}