summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2002-10-23 16:09:42 +0000
committerMarinus Schraal <foser@gentoo.org>2002-10-23 16:09:42 +0000
commit835353503c0bfb89bf4cdb2222d2c53a0a68f9ed (patch)
treecce0548c028ee619e89b6b5117eb68375dc6d040 /dev-util/memprof/memprof-0.5.1.ebuild
parentNew ebuild. (diff)
downloadgentoo-2-835353503c0bfb89bf4cdb2222d2c53a0a68f9ed.tar.gz
gentoo-2-835353503c0bfb89bf4cdb2222d2c53a0a68f9ed.tar.bz2
gentoo-2-835353503c0bfb89bf4cdb2222d2c53a0a68f9ed.zip
new version
Diffstat (limited to 'dev-util/memprof/memprof-0.5.1.ebuild')
-rw-r--r--dev-util/memprof/memprof-0.5.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/memprof/memprof-0.5.1.ebuild b/dev-util/memprof/memprof-0.5.1.ebuild
new file mode 100644
index 000000000000..42d7b7fd3bb1
--- /dev/null
+++ b/dev-util/memprof/memprof-0.5.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/memprof/memprof-0.5.1.ebuild,v 1.1 2002/10/23 16:09:42 foser Exp $
+
+inherit gnome2
+
+S=${WORKDIR}/${P}
+DESCRIPTION="MemProf - Profiling and leak detection"
+HOMEPAGE="http://www.gnome.org/projects/memprof/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~sparc ~sparc64"
+
+DEPEND=">=x11-libs/gtk+-2
+ >=gnome-base/gconf-1.2
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/libglade-2
+ sys-devel/libtool"
+
+RDEPEND="${DEPEND}
+ sys-devel/gettext"
+
+DOCS="AUTHORS COPYING ChangeLog README NEWS TODO"