milis/talimatname/genel/t/talloc/talimat

19 lines
465 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: Talloc, yıkıcılarla hiyerarşik, referans sayılmış bir bellek havuzu sistemidir.Samba'da kullanılan çekirdek bellek ayırıcısıdır.
# URL: https://talloc.samba.org
# Paketçi: milisarge
# Gerekler: python libxslt
# Grup: ağ sistem
isim=talloc
surum=2.1.10
devir=1
kaynak=(https://www.samba.org/ftp/$isim/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--enable-talloc-compat1
make
make DESTDIR=$PKG install
}