[arch-commits] Commit in gperftools/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Apr 28 21:20:35 UTC 2022
Date: Thursday, April 28, 2022 @ 21:20:35
Author: arojas
Revision: 444250
archrelease: copy trunk to extra-x86_64
Added:
gperftools/repos/extra-x86_64/PKGBUILD
(from rev 444249, gperftools/trunk/PKGBUILD)
Deleted:
gperftools/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-28 21:20:25 UTC (rev 444249)
+++ PKGBUILD 2022-04-28 21:20:35 UTC (rev 444250)
@@ -1,39 +0,0 @@
-# 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.9.1
-pkgrel=1
-pkgdesc="Fast, multi-threaded malloc and nifty performance analysis tools"
-arch=('x86_64')
-url="https://github.com/gperftools/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://github.com/gperftools/gperftools/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('ea566e528605befb830671e359118c2da718f721c27225cbbc93858c7520fee3')
-
-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"
-}
Copied: gperftools/repos/extra-x86_64/PKGBUILD (from rev 444249, gperftools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-28 21:20:35 UTC (rev 444250)
@@ -0,0 +1,39 @@
+# 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.9.1
+pkgrel=2
+pkgdesc="Fast, multi-threaded malloc and nifty performance analysis tools"
+arch=('x86_64')
+url="https://github.com/gperftools/gperftools"
+license=('BSD')
+depends=('perl' 'libunwind' )
+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://github.com/gperftools/gperftools/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('ea566e528605befb830671e359118c2da718f721c27225cbbc93858c7520fee3')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr --enable-frame-pointers --enable-libunwind
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
More information about the arch-commits
mailing list