gperftools: use .zip for now to unbreak autobuilds.

This commit is contained in:
Juan RP 2014-05-04 11:29:22 +02:00
parent 2f03ce1e8b
commit bb6f9845d6
1 changed files with 4 additions and 5 deletions

View File

@ -7,14 +7,13 @@ short_desc="multi-threaded malloc() and performance analysis tools"
maintainer="Enno Boland <eb@s01.de>"
license="BSD-3-Clause"
homepage="http://gperftools.googlecode.com"
distfiles="https://googledrive.com/host/0B6NtGsLhIcf7MWxMMF9JdTN3UVk/gperftools-2.2.tar.gz"
checksum=2407799467db2753a4a70c00dbb1b8429e23998427df31ee96361d2115cd63a4
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
sed -i -e "s/^UNWIND_LIBS = .*/UNWIND_LIBS = -lunwind/" Makefile.in
}
gperftools-devel_package() {