mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
removed extra/gperftools
This commit is contained in:
parent
3f29fb4ccb
commit
7e89976ba4
1 changed files with 0 additions and 41 deletions
|
@ -1,41 +0,0 @@
|
||||||
# Maintainer: Dave Reisner <dreisner@archlinux.org>
|
|
||||||
# Contributor: Alexander Rødseth <rodseth@gmail.com>
|
|
||||||
# Contributor: Thomas Jost <schnouki@schnouki.net>
|
|
||||||
# Contributor: JaDa <jada@archlinux.us>
|
|
||||||
# Contributor: Joaquim Pedro <osmano807@gmail.com>
|
|
||||||
# Contributor: Jan Rüegg <rggjan@gmail.com>
|
|
||||||
|
|
||||||
# remove when bumped upstream
|
|
||||||
|
|
||||||
pkgname=gperftools
|
|
||||||
pkgver=2.9.1
|
|
||||||
pkgrel=1.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"
|
|
||||||
}
|
|
Loading…
Reference in a new issue