2016-02-24 01:27:23 +01:00
|
|
|
# Description: Hierarchical, reference counted memory pool system with destructors.
|
|
|
|
# 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-03-12 13:38:06 +01:00
|
|
|
version=2.1.8
|
2016-02-24 01:27:23 +01:00
|
|
|
release=1
|
|
|
|
source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|