diff --git a/srcpkgs/gperftools/template b/srcpkgs/gperftools/template index 109f81f2181..ec3a42e23e1 100644 --- a/srcpkgs/gperftools/template +++ b/srcpkgs/gperftools/template @@ -7,14 +7,13 @@ 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.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() {