diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 11:22:19 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 11:22:19 +0000 |
commit | da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672 (patch) | |
tree | 7d680b4205c3492e6376f2a7517e594663f852cb /dev-util/gperf/gperf-2.7.2.ebuild | |
parent | repoman'd (diff) | |
download | gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.tar.gz gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.tar.bz2 gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.zip |
repoman'd
Diffstat (limited to 'dev-util/gperf/gperf-2.7.2.ebuild')
-rw-r--r-- | dev-util/gperf/gperf-2.7.2.ebuild | 11 |
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 |