summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Huneycutt <chadh@gentoo.org>2002-04-04 03:57:13 +0000
committerChad Huneycutt <chadh@gentoo.org>2002-04-04 03:57:13 +0000
commitfc3ef5bf421f17187df95fcdd334ad52355dd060 (patch)
treefcd304f3c967bd7fee096132edc58a6ad02da364 /dev-util/gperf/gperf-2.7.2.ebuild
parentInitial check-in (diff)
downloadhistorical-fc3ef5bf421f17187df95fcdd334ad52355dd060.tar.gz
historical-fc3ef5bf421f17187df95fcdd334ad52355dd060.tar.bz2
historical-fc3ef5bf421f17187df95fcdd334ad52355dd060.zip
Initial Check-in
Diffstat (limited to 'dev-util/gperf/gperf-2.7.2.ebuild')
-rw-r--r--dev-util/gperf/gperf-2.7.2.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-util/gperf/gperf-2.7.2.ebuild b/dev-util/gperf/gperf-2.7.2.ebuild
new file mode 100644
index 000000000000..db6b661943b8
--- /dev/null
+++ b/dev-util/gperf/gperf-2.7.2.ebuild
@@ -0,0 +1,14 @@
+# 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 $
+
+S=${WORKDIR}/${P}
+
+DESCRIPTION="GNU performance analyzer"
+SRC_URI="ftp://ftp.gnu.org/pub/gnu/gperf/${P}.tar.gz"
+HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html"
+DEPEND=""
+
+src_install () {
+ make DESTDIR=${D} install || die
+}