jemalloc: update to 5.1.0.

Closes #14353.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-11 12:43:40 -03:00 committed by Enno Boland
parent 5dff364a35
commit 024c2817d6
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -1,15 +1,16 @@
# Template file for 'jemalloc'
pkgname=jemalloc
version=4.5.0
version=5.1.0
revision=1
build_style=gnu-configure
configure_args="je_cv_static_page_shift=12"
short_desc="General-purpose scalable concurrent malloc(3) implementation"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="BSD-2-Clause"
homepage="http://jemalloc.net/"
license="2-clause-BSD"
#changelog="https://raw.githubusercontent.com/jemalloc/jemalloc/master/ChangeLog"
distfiles="https://github.com/jemalloc/jemalloc/releases/download/${version}/jemalloc-${version}.tar.bz2"
checksum=9409d85664b4f135b77518b0b118c549009dc10f6cba14557d170476611f6780
checksum=5396e61cc6103ac393136c309fae09e44d74743c86f90e266948c50f3dbb7268
post_install() {
vlicense COPYING
@ -22,8 +23,8 @@ jemalloc-devel_package() {
vmove usr/include
vmove usr/bin
vmove usr/share
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}