wok-next diff itstool/receipt @ rev 20607

perdition: up 2.2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 15:57:59 2018 +0300 (2018-04-19)
parents f463de72afe3
children e7a485521d6a
line diff
     1.1 --- a/itstool/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/itstool/receipt	Thu Apr 19 15:57:59 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="itstool"
     1.8  VERSION="2.0.2"
     1.9 @@ -11,17 +11,13 @@
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WGET_URL="http://files.itstool.org/itstool/$TARBALL"
    1.12  
    1.13 -DEPENDS="libxml2-python"
    1.14  BUILD_DEPENDS="libxml2-python"
    1.15  
    1.16 -# Rules to configure and make the package.
    1.17 -compile_rules()
    1.18 -{
    1.19 +compile_rules() {
    1.20  	./configure $CONFIGURE_ARGS && make && make install
    1.21  }
    1.22  
    1.23 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 -genpkg_rules()
    1.25 -{
    1.26 +genpkg_rules() {
    1.27  	copy itstool *.its
    1.28 +	DEPENDS="libxml2-python"
    1.29  }