18 lines
454 B
Plaintext
18 lines
454 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
|
||
|
||
name=talloc
|
||
version=2.1.10
|
||
release=1
|
||
source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz)
|
||
|
||
derle() {
|
||
cd $name-$version
|
||
./configure --prefix=/usr \
|
||
--enable-talloc-compat1
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|