Date: Friday, August 8, 2014 @ 03:26:48 Author: dreisner Revision: 219486
upgpkg: gperftools 2.2.1-1 Modified: gperftools/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-08-07 20:05:22 UTC (rev 219485) +++ PKGBUILD 2014-08-08 01:26:48 UTC (rev 219486) @@ -7,7 +7,7 @@ # Contributor: Jan Rüegg <[email protected]> pkgname=gperftools -pkgver=2.2 +pkgver=2.2.1 pkgrel=1 pkgdesc="Fast, multi-threaded malloc() and nifty performance analysis tools" arch=('i686' 'x86_64') @@ -23,17 +23,11 @@ makedepends=('git') optdepends=('graphviz: pprof graph generation' 'gv: pprof postscript generation') -source=("git+https://code.google.com/p/gperftools#tag=gperftools-$pkgver") -md5sums=('SKIP') +source=("https://googledrive.com/host/0B6NtGsLhIcf7MWxMMF9JdTN3UVk/$pkgname-$pkgver.tar.gz") +md5sums=('47cbede9442764f9e8fbc403af6cacfd') -prepare() { - cd "$pkgname" - - ./autogen.sh -} - build() { - cd "$pkgname" + cd "$pkgname-$pkgver" ./configure --prefix=/usr --enable-frame-pointers make @@ -40,7 +34,7 @@ } package() { - cd "$pkgname" + cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
