diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-21 08:58:45 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-21 08:58:45 +0000 |
commit | 99871c01054f801fbbac12d457524ed28a845ad7 (patch) | |
tree | 4ff66694ba4522ab8b485a425b28ee5bc84fcc40 /dev-util/gperf | |
parent | updated HOMEPAGE, SLOT and LICENSE (diff) | |
download | historical-99871c01054f801fbbac12d457524ed28a845ad7.tar.gz historical-99871c01054f801fbbac12d457524ed28a845ad7.tar.bz2 historical-99871c01054f801fbbac12d457524ed28a845ad7.zip |
fixed description, SLOT and LICENSE
Diffstat (limited to 'dev-util/gperf')
-rw-r--r-- | dev-util/gperf/gperf-2.7.2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-util/gperf/gperf-2.7.2.ebuild b/dev-util/gperf/gperf-2.7.2.ebuild index db6b661943b8..acd3593a6776 100644 --- a/dev-util/gperf/gperf-2.7.2.ebuild +++ b/dev-util/gperf/gperf-2.7.2.ebuild @@ -1,14 +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.1 2002/04/04 03:57:13 chadh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-2.7.2.ebuild,v 1.2 2002/06/21 08:58:45 seemant Exp $ S=${WORKDIR}/${P} -DESCRIPTION="GNU performance analyzer" +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="" +LICENSE="GPL-2" + src_install () { make DESTDIR=${D} install || die } |