jemalloc.paketlendi
This commit is contained in:
parent
b07e7c86f4
commit
9553f31dff
|
@ -0,0 +1,17 @@
|
|||
# Description: General-purpose scalable concurrent malloc implementation
|
||||
# URL: http://www.canonware.com/jemalloc/
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=jemalloc
|
||||
version=4.2.1
|
||||
release=1
|
||||
source=(https://github.com/jemalloc/jemalloc/releases/download/${version}/${name}-${version}.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
find "$PKG" -name \*.a -type f -exec chmod 644 '{}' \;
|
||||
}
|
Loading…
Reference in New Issue