# Template build file for 'gperftools' pkgname=gperftools version=2.2 revision=1 build_style=gnu-configure short_desc="multi-threaded malloc() and performance analysis tools" maintainer="Enno Boland " license="BSD-3-Clause" homepage="http://gperftools.googlecode.com" distfiles="https://googledrive.com/host/0B6NtGsLhIcf7MWxMMF9JdTN3UVk/gperftools-2.2.zip" checksum=309cdffc7bea6355e79f9055c7b02f695e84010b91083fae52760122d96c6a72 hostmakedepends="unzip" makedepends="libunwind-devel" pre_configure() { sed -i -e "s/^UNWIND_LIBS = .*/UNWIND_LIBS = -lunwind/" Makefile.in } gperftools-devel_package() { depends="gperftools>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.a" vmove "usr/lib/*.so" vmove usr/share } }