jemalloc: update to 4.4.0, moved to github.
This commit is contained in:
parent
7c7f856178
commit
2c03890305
@ -1,22 +1,22 @@
|
||||
# Template file for 'jemalloc'
|
||||
pkgname=jemalloc
|
||||
version=4.2.1
|
||||
version=4.4.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
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>"
|
||||
homepage="http://www.canonware.com/jemalloc/"
|
||||
homepage="http://jemalloc.net/"
|
||||
license="2-clause-BSD"
|
||||
distfiles="http://www.canonware.com/download/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=5630650d5c1caab95d2f0898de4fe5ab8519dc680b04963b38bb425ef6a42d57
|
||||
distfiles="https://github.com/jemalloc/jemalloc/releases/download/${version}/jemalloc-${version}.tar.bz2"
|
||||
checksum=a7aea63e9718d2f1adf81d87e3df3cb1b58deb86fc77bad5d702c4c59687b033
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
jemalloc-devel_package() {
|
||||
depends="jemalloc>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
Loading…
Reference in New Issue
Block a user