diff options
Diffstat (limited to 'dev-util/gperf/gperf-2.7.2.ebuild')
-rw-r--r-- | dev-util/gperf/gperf-2.7.2.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-util/gperf/gperf-2.7.2.ebuild b/dev-util/gperf/gperf-2.7.2.ebuild deleted file mode 100644 index 4242fda00339..000000000000 --- a/dev-util/gperf/gperf-2.7.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# 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.21 2007/04/08 08:47:42 opfer Exp $ - -DESCRIPTION="A perfect hash function generator." -SRC_URI="mirror://gnu/gperf/${P}.tar.gz" -HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha amd64 hppa ia64" -IUSE="" - -src_compile() { - sed -i -e "s#^docdir = \$(prefix).*#docdir = @datadir@/doc/${PF}#" doc/Makefile.in - econf || die "died during configuration" - emake || die "died during make" -} - -src_install () { - make DESTDIR=${D} install || die -} |