milis/talimatname/genel/j/jemalloc/talimat

18 lines
433 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Genel amaçlı ölçeklenebilir eşzamanlı malloc uygulaması.
# URL: http://www.canonware.com/jemalloc/
# Paketçi: milisarge
# Gerekler:
isim=jemalloc
surum=4.2.1
devir=1
kaynak=(https://github.com/jemalloc/jemalloc/releases/download/${surum}/${isim}-${surum}.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
find "$PKG" -name \*.a -type f -exec chmod 644 '{}' \;
}