gperftools: update to 2.6.2.

This commit is contained in:
maxice8 2017-12-01 06:55:49 -02:00 committed by Leаh Neukirchen
parent a35a907a47
commit ff5aed974b
1 changed files with 8 additions and 3 deletions

View File

@ -1,14 +1,15 @@
# Template build file for 'gperftools'
pkgname=gperftools
version=2.6.1
version=2.6.2
revision=1
build_style=gnu-configure
checkdepends="perl"
short_desc="Multi-threaded malloc() and performance analysis tools"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="BSD-3-Clause"
license="3-clause-BSD"
homepage="https://github.com/gperftools/gperftools"
distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
checksum=38b467eb42a028f253d227fbc428263cb39e6c8687c047466aa2ce5bb4699d81
checksum=4a28ff87bb8457f62fcf05487d78ccc3be4e4760dc89d4def5a5f26240407f23
makedepends="libunwind-devel"
case "$XBPS_TARGET_MACHINE" in
@ -24,6 +25,10 @@ post_extract() {
src/base/linux_syscall_support.h src/malloc_hook_mmap_linux.h
}
post_install() {
vlicense COPYING
}
gperftools-devel_package() {
depends="gperftools>=${version}_${revision}"
short_desc+=" - development files"