summaryrefslogtreecommitdiff
blob: 67521a406fc1ad926e25bd7fd252e820b8cfbdad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Fast, multi-threaded malloc() and nifty performance analysis tools."
HOMEPAGE="http://code.google.com/p/google-perftools/"
SRC_URI="http://google-perftools.googlecode.com/files/google-perftools-0.97.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE="doc"

DEPEND=""
RDEPEND=""


src_install()
{
	emake DESTDIR="${D}" install || die "Install failed"
	use doc || rm -rf "${D}"/usr/share/doc
}