diff options
author | 2002-06-21 08:58:45 +0000 | |
---|---|---|
committer | 2002-06-21 08:58:45 +0000 | |
commit | 6228ff045f70cee8ab01cb77af31c334d7d4c6bf (patch) | |
tree | 511d4e864c0dd83b96be9cf671b34cda425c3db7 /dev-util/gperf/gperf-2.7.2.ebuild | |
parent | updated HOMEPAGE, SLOT and LICENSE (diff) | |
download | gentoo-2-6228ff045f70cee8ab01cb77af31c334d7d4c6bf.tar.gz gentoo-2-6228ff045f70cee8ab01cb77af31c334d7d4c6bf.tar.bz2 gentoo-2-6228ff045f70cee8ab01cb77af31c334d7d4c6bf.zip |
fixed description, SLOT and LICENSE
Diffstat (limited to 'dev-util/gperf/gperf-2.7.2.ebuild')
-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 } |