milis/talimatname/genel/t/talloc/talimat

18 lines
461 B
Plaintext
Raw Normal View History

2017-09-11 13:31:41 +02:00
# 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.
2016-02-24 01:27:23 +01:00
# URL: https://talloc.samba.org
2017-03-12 13:38:06 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: python libxslt
name=talloc
2017-09-11 13:31:41 +02:00
version=2.1.10
2016-02-24 01:27:23 +01:00
release=1
source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz)
build() {
2017-09-11 13:31:41 +02:00
cd $name-$version
./configure --prefix=/usr \
--enable-talloc-compat1
make
make DESTDIR=$PKG install
2016-02-24 01:27:23 +01:00
}