18 lines
446 B
Plaintext
18 lines
446 B
Plaintext
|
# 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
|
|||
|
|
|||
|
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
|
|||
|
}
|