[arch-commits] Commit in gperftools/repos (4 files)

Dave Reisner dreisner at archlinux.org
Sat Sep 22 20:23:09 UTC 2012


    Date: Saturday, September 22, 2012 @ 16:23:08
  Author: dreisner
Revision: 166940

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

Added:
  gperftools/repos/extra-i686/
  gperftools/repos/extra-i686/PKGBUILD
    (from rev 166939, gperftools/trunk/PKGBUILD)
  gperftools/repos/extra-x86_64/
  gperftools/repos/extra-x86_64/PKGBUILD
    (from rev 166939, gperftools/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   40 ++++++++++++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

Copied: gperftools/repos/extra-i686/PKGBUILD (from rev 166939, gperftools/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-09-22 20:23:08 UTC (rev 166940)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Thomas Jost <schnouki at schnouki.net>
+# Contributor: JaDa <jada at archlinux.us>
+# Contributor: Joaquim Pedro <osmano807 at gmail.com>
+# Contributor: Jan Rüegg <rggjan at gmail.com>
+
+pkgname=gperftools
+pkgver=2.0
+pkgrel=4
+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')
+optdepends=('graphviz: pprof graph generation'
+            'gv: pprof postscript generation')
+options=('!libtool')
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+sha256sums=('7de3dd91f018825b1e7d332af1edace15c6211f430186febede1835069861080')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # fix for glibc 2.16
+  sed -i 's:siginfo_t:siginfo:' src/base/linuxthreads.cc
+
+  ./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/extra-x86_64/PKGBUILD (from rev 166939, gperftools/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-09-22 20:23:08 UTC (rev 166940)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Thomas Jost <schnouki at schnouki.net>
+# Contributor: JaDa <jada at archlinux.us>
+# Contributor: Joaquim Pedro <osmano807 at gmail.com>
+# Contributor: Jan Rüegg <rggjan at gmail.com>
+
+pkgname=gperftools
+pkgver=2.0
+pkgrel=4
+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')
+optdepends=('graphviz: pprof graph generation'
+            'gv: pprof postscript generation')
+options=('!libtool')
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+sha256sums=('7de3dd91f018825b1e7d332af1edace15c6211f430186febede1835069861080')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # fix for glibc 2.16
+  sed -i 's:siginfo_t:siginfo:' src/base/linuxthreads.cc
+
+  ./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:




More information about the arch-commits mailing list