wok-next view talloc/receipt @ rev 21119

libarchive: depends on libzstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 03:39:08 2019 +0200 (2019-01-14)
parents d5aab818505e
children 8105ce8fc51a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="talloc"
4 VERSION="2.1.14"
5 CATEGORY="system-tools"
6 SHORT_DESC="Hierarchical pool based memory allocator with destructors"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL"
9 WEB_SITE="https://talloc.samba.org/talloc/doc/html/index.html"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/talloc.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://www.samba.org/ftp/talloc/$TARBALL"
14 TARBALL_SHA1="9d563b768148b620bdae1c97b36cfc30928a1044"
16 BUILD_DEPENDS="python-dev docbook-xsl"
17 SPLIT="$PACKAGE-python $PACKAGE $PACKAGE-dev"
19 COPY_python="python*/ libpytalloc*"
20 CAT_python="development|Python bindings"
21 DEPENDS_python="$PACKAGE python"
23 compile_rules() {
24 ./configure --prefix=/usr &&
25 make &&
26 make install
27 }