wok-next diff talloc/receipt @ rev 20766

childsplay: up (3.3); tiny edits.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 04:36:32 2018 +0300 (2018-06-06)
parents d43bf7aae921
children f48456621a9d
line diff
     1.1 --- a/talloc/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/talloc/receipt	Wed Jun 06 04:36:32 2018 +0300
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="talloc"
     1.7 -VERSION="2.1.10"
     1.8 +VERSION="2.1.11"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Hierarchical pool based memory allocator with destructors"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="LGPL"
    1.13  WEB_SITE="https://talloc.samba.org/talloc/doc/html/index.html"
    1.14 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/talloc.html"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="https://www.samba.org/ftp/talloc/$TARBALL"
    1.18 @@ -14,26 +15,21 @@
    1.19  BUILD_DEPENDS="python-dev docbook-xsl"
    1.20  SPLIT="talloc-python talloc talloc-dev"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	# http://www.linuxfromscratch.org/blfs/view/stable/general/talloc.html
    1.26 -
    1.27 -	./configure --prefix=/usr && make && make install
    1.28 +compile_rules() {
    1.29 +	./configure --prefix=/usr &&
    1.30 +	make &&
    1.31 +	make install
    1.32  }
    1.33  
    1.34 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.35 -genpkg_rules()
    1.36 -{
    1.37 +genpkg_rules() {
    1.38  	case $PACKAGE in
    1.39  		talloc-python)
    1.40  			copy python*/ libpytalloc*
    1.41  			CAT="development|Python bindings"
    1.42 -			DEPENDS="talloc attr python"
    1.43 +			DEPENDS="talloc python"
    1.44  			;;
    1.45  		talloc)
    1.46  			copy @std @rm
    1.47 -			DEPENDS="attr"
    1.48  			;;
    1.49  		talloc-dev)
    1.50  			copy @dev