diff options
Diffstat (limited to 'dev-util/gperf/gperf-3.0.2.ebuild')
-rw-r--r-- | dev-util/gperf/gperf-3.0.2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-util/gperf/gperf-3.0.2.ebuild b/dev-util/gperf/gperf-3.0.2.ebuild new file mode 100644 index 000000000000..67ef124a07f6 --- /dev/null +++ b/dev-util/gperf/gperf-3.0.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.2.ebuild,v 1.1 2006/12/17 23:20:20 beu Exp $ + +inherit eutils + +DESCRIPTION="A perfect hash function generator" +HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html" +SRC_URI="ftp://ftp.gnu.org/pub/gnu/gperf/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +src_install() { + make DESTDIR="${D}" install || die +} |