[arch-commits] Commit in gperftools/repos/extra-i686 (PKGBUILD PKGBUILD)

Dave Reisner dreisner at nymeria.archlinux.org
Sun Oct 20 21:59:05 UTC 2013


    Date: Sunday, October 20, 2013 @ 23:59:03
  Author: dreisner
Revision: 196893

archrelease: copy trunk to extra-i686

Added:
  gperftools/repos/extra-i686/PKGBUILD
    (from rev 196892, gperftools/trunk/PKGBUILD)
Deleted:
  gperftools/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-20 21:58:33 UTC (rev 196892)
+++ PKGBUILD	2013-10-20 21:59:03 UTC (rev 196893)
@@ -1,37 +0,0 @@
-# $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.1
-pkgrel=1
-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=('f3ade29924f89409d8279ab39e00af7420593baa4941c318db42e70ead7e494f')
-
-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/extra-i686/PKGBUILD (from rev 196892, gperftools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-10-20 21:59:03 UTC (rev 196893)
@@ -0,0 +1,37 @@
+# $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.1
+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')
+optdepends=('graphviz: pprof graph generation'
+            'gv: pprof postscript generation')
+options=('!libtool')
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+sha256sums=('f3ade29924f89409d8279ab39e00af7420593baa4941c318db42e70ead7e494f')
+
+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:




More information about the arch-commits mailing list