milis/talimatname/genel/j/jemalloc/talimat

18 lines
433 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Genel amaçlı ölçeklenebilir eşzamanlı malloc uygulaması.
2016-09-13 19:01:14 +02:00
# URL: http://www.canonware.com/jemalloc/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2016-09-13 19:01:14 +02:00
2017-10-28 14:10:23 +02:00
isim=jemalloc
surum=4.2.1
devir=1
kaynak=(https://github.com/jemalloc/jemalloc/releases/download/${surum}/${isim}-${surum}.tar.bz2)
2016-09-13 19:01:14 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-09-13 19:01:14 +02:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
find "$PKG" -name \*.a -type f -exec chmod 644 '{}' \;
}