wok-6.x diff itstool/receipt @ rev 23718
updated unifont (12.1.03 -> 13.0.01)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 29 07:46:51 2020 +0100 (2020-04-29) |
parents | b130de7b7076 |
children | af8d823a3077 |
line diff
1.1 --- a/itstool/receipt Thu Mar 14 14:29:36 2019 +0100 1.2 +++ b/itstool/receipt Wed Apr 29 07:46: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