wok diff itstool/receipt @ rev 23179

updated mgetty and mgetty-voicetools (1.1.37 -> 1.2.1)
author Hans-G?nter Theisgen
date Thu Mar 19 13:45:58 2020 +0100 (2020-03-19)
parents b130de7b7076
children af8d823a3077
line diff
     1.1 --- a/itstool/receipt	Thu Mar 14 14:29:36 2019 +0100
     1.2 +++ b/itstool/receipt	Thu Mar 19 13:45:58 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