summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/smem/smem-20071119_p1.ebuild')
-rw-r--r--dev-util/smem/smem-20071119_p1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-util/smem/smem-20071119_p1.ebuild b/dev-util/smem/smem-20071119_p1.ebuild
new file mode 100644
index 000000000000..335060bbdd1d
--- /dev/null
+++ b/dev-util/smem/smem-20071119_p1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DESCRIPTION="A tool to parse smaps statistics"
+HOMEPAGE="http://bmaurer.blogspot.de/2006/03/memory-usage-with-smaps.html"
+SRC_URI="mirror://gentoo/smem.pl.${PV}.bz2
+ http://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${PN}/smem.pl.${PV}.bz2"
+
+IUSE=""
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="dev-lang/perl
+ dev-perl/Linux-Smaps"
+
+src_compile() { :; }
+
+src_install() {
+ newbin smem.pl.${PV} smem || die
+}