summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2007-08-06 16:12:06 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2007-08-06 16:12:06 +0000
commit0a77dd669f30ab69c97435c6db52982543a8bb92 (patch)
tree78f9f20c724c8c1fc0bac413f7fe80de9defa21d /dev-libs/google-perftools/google-perftools-0.92.ebuild
parentVersion bumped. (diff)
downloadsecondlife-0a77dd669f30ab69c97435c6db52982543a8bb92.tar.gz
secondlife-0a77dd669f30ab69c97435c6db52982543a8bb92.tar.bz2
secondlife-0a77dd669f30ab69c97435c6db52982543a8bb92.zip
Version bumped.
svn path=/secondlife/; revision=24
Diffstat (limited to 'dev-libs/google-perftools/google-perftools-0.92.ebuild')
-rw-r--r--dev-libs/google-perftools/google-perftools-0.92.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-libs/google-perftools/google-perftools-0.92.ebuild b/dev-libs/google-perftools/google-perftools-0.92.ebuild
new file mode 100644
index 0000000..3beb075
--- /dev/null
+++ b/dev-libs/google-perftools/google-perftools-0.92.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Fast, mutli-threaded malloc() and nifty performance analysis tools"
+HOMEPAGE="http://code.google.com/p/google-perftools/"
+SRC_URI="http://google-perftools.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RESTRICT="test"
+
+DEPEND="sys-libs/libunwind"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ rm -rf "${D}"/usr/share/doc/${P}
+
+ dodoc AUTHORS ChangeLog NEWS README TODO
+ dohtml doc/*
+}