wok rev 22964

updated itstool (2.0.5 -> 2.0.6)
author Hans-G?nter Theisgen
date Fri Feb 28 17:02:51 2020 +0100 (2020-02-28)
parents 06e95db2d7b7
children 8b407130ed91
files itstool/receipt
line diff
     1.1 --- a/itstool/receipt	Fri Feb 28 16:58:37 2020 +0100
     1.2 +++ b/itstool/receipt	Fri Feb 28 17:02:51 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="itstool"
     1.7 -VERSION="2.0.5"
     1.8 +VERSION="2.0.6"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="ITS-based XML translation tool."
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -11,14 +11,14 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WGET_URL="http://files.itstool.org/$PACKAGE/$TARBALL"
    1.15  
    1.16 -DEPENDS="python libxml2-python"
    1.17 +DEPENDS="libxml2-python python"
    1.18  BUILD_DEPENDS="libxml2-python"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23  	./configure $CONFIGURE_ARGS &&
    1.24 -	make -j 1 &&
    1.25 +	make &&
    1.26  	make install
    1.27  }
    1.28