summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-23 11:22:19 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-23 11:22:19 +0000
commit7d1d37dc9b919a276844cffcb10ad48f535dab14 (patch)
tree3372fa00d4361d25be03dbc9154b64131514f177 /dev-util/gperf
parentrepoman'd (diff)
downloadhistorical-7d1d37dc9b919a276844cffcb10ad48f535dab14.tar.gz
historical-7d1d37dc9b919a276844cffcb10ad48f535dab14.tar.bz2
historical-7d1d37dc9b919a276844cffcb10ad48f535dab14.zip
repoman'd
Diffstat (limited to 'dev-util/gperf')
-rw-r--r--dev-util/gperf/gperf-2.7.2.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-util/gperf/gperf-2.7.2.ebuild b/dev-util/gperf/gperf-2.7.2.ebuild
index acd3593a6776..476e08d8fe39 100644
--- a/dev-util/gperf/gperf-2.7.2.ebuild
+++ b/dev-util/gperf/gperf-2.7.2.ebuild
@@ -1,16 +1,17 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-2.7.2.ebuild,v 1.2 2002/06/21 08:58:45 seemant Exp $
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-2.7.2.ebuild,v 1.3 2002/07/23 11:22:18 seemant Exp $
S=${WORKDIR}/${P}
-
DESCRIPTION="A perfect hash function generator."
SRC_URI="ftp://ftp.gnu.org/pub/gnu/gperf/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html"
-DEPEND=""
-SLOT=""
+SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc"
src_install () {
make DESTDIR=${D} install || die