18 lines
461 B
Plaintext
18 lines
461 B
Plaintext
# Description: 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
|
||
# Packager: milisarge
|
||
# Depends on: python libxslt
|
||
|
||
name=talloc
|
||
version=2.1.10
|
||
release=1
|
||
source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz)
|
||
|
||
build() {
|
||
cd $name-$version
|
||
./configure --prefix=/usr \
|
||
--enable-talloc-compat1
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|