mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 21:43:13 +02:00
jemalloc: update to 4.4.0, moved to github.
This commit is contained in:
parent
7c7f856178
commit
2c03890305
1 changed files with 6 additions and 6 deletions
|
@ -1,22 +1,22 @@
|
||||||
# Template file for 'jemalloc'
|
# Template file for 'jemalloc'
|
||||||
pkgname=jemalloc
|
pkgname=jemalloc
|
||||||
version=4.2.1
|
version=4.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="je_cv_static_page_shift=12"
|
configure_args="je_cv_static_page_shift=12"
|
||||||
short_desc="A scalable concurrent allocator"
|
short_desc="General-purpose scalable concurrent malloc(3) implementation"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
homepage="http://www.canonware.com/jemalloc/"
|
homepage="http://jemalloc.net/"
|
||||||
license="2-clause-BSD"
|
license="2-clause-BSD"
|
||||||
distfiles="http://www.canonware.com/download/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://github.com/jemalloc/jemalloc/releases/download/${version}/jemalloc-${version}.tar.bz2"
|
||||||
checksum=5630650d5c1caab95d2f0898de4fe5ab8519dc680b04963b38bb425ef6a42d57
|
checksum=a7aea63e9718d2f1adf81d87e3df3cb1b58deb86fc77bad5d702c4c59687b033
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
jemalloc-devel_package() {
|
jemalloc-devel_package() {
|
||||||
depends="jemalloc>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue