Date: Saturday, December 5, 2015 @ 19:19:46
  Author: bluewind
Revision: 252503

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gperftools/repos/staging-i686/
  gperftools/repos/staging-i686/PKGBUILD
    (from rev 252502, gperftools/trunk/PKGBUILD)
  gperftools/repos/staging-x86_64/
  gperftools/repos/staging-x86_64/PKGBUILD
    (from rev 252502, gperftools/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   42 ++++++++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

Copied: gperftools/repos/staging-i686/PKGBUILD (from rev 252502, 
gperftools/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2015-12-05 18:19:46 UTC (rev 252503)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Dave Reisner <[email protected]>
+# Contributor: Alexander Rødseth <[email protected]>
+# Contributor: Thomas Jost <[email protected]>
+# Contributor: JaDa <[email protected]>
+# Contributor: Joaquim Pedro <[email protected]>
+# Contributor: Jan Rüegg <[email protected]>
+
+pkgname=gperftools
+pkgver=2.4
+pkgrel=2
+pkgdesc="Fast, multi-threaded malloc and nifty performance analysis tools"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/gperftools/";
+license=('BSD')
+depends=('perl')
+provides=('libtcmalloc.so'
+          'libprofiler.so'
+          'libtcmalloc_debug.so'
+          'libtcmalloc_and_profiler.so'
+          'libtcmalloc_minimal.so'
+          'libtcmalloc_minimal_debug.so')
+optdepends=('graphviz: pprof graph generation'
+            'gv: pprof postscript generation')
+source=("https://googledrive.com/host/0B6NtGsLhIcf7MWxMMF9JdTN3UVk/$pkgname-$pkgver.tar.gz";)
+md5sums=('2171cea3bbe053036fb5d5d25176a160')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --enable-frame-pointers
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gperftools/repos/staging-x86_64/PKGBUILD (from rev 252502, 
gperftools/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2015-12-05 18:19:46 UTC (rev 252503)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Dave Reisner <[email protected]>
+# Contributor: Alexander Rødseth <[email protected]>
+# Contributor: Thomas Jost <[email protected]>
+# Contributor: JaDa <[email protected]>
+# Contributor: Joaquim Pedro <[email protected]>
+# Contributor: Jan Rüegg <[email protected]>
+
+pkgname=gperftools
+pkgver=2.4
+pkgrel=2
+pkgdesc="Fast, multi-threaded malloc and nifty performance analysis tools"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/gperftools/";
+license=('BSD')
+depends=('perl')
+provides=('libtcmalloc.so'
+          'libprofiler.so'
+          'libtcmalloc_debug.so'
+          'libtcmalloc_and_profiler.so'
+          'libtcmalloc_minimal.so'
+          'libtcmalloc_minimal_debug.so')
+optdepends=('graphviz: pprof graph generation'
+            'gv: pprof postscript generation')
+source=("https://googledrive.com/host/0B6NtGsLhIcf7MWxMMF9JdTN3UVk/$pkgname-$pkgver.tar.gz";)
+md5sums=('2171cea3bbe053036fb5d5d25176a160')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --enable-frame-pointers
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to