wok diff itstool/receipt @ rev 22739
updated doxygen (1.8.15 -> 1.8.17)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 24 07:40:21 2020 +0100 (2020-01-24) |
parents | 80c5837af140 |
children | 472184048b8f |
line diff
1.1 --- a/itstool/receipt Thu Jul 10 09:44:21 2014 +0200 1.2 +++ b/itstool/receipt Fri Jan 24 07:40:21 2020 +0100 1.3 @@ -1,30 +1,32 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="itstool" 1.7 -VERSION="1.2.0" 1.8 +VERSION="2.0.5" 1.9 CATEGORY="utilities" 1.10 -SHORT_DESC="ITS-based XML translation tool" 1.11 +SHORT_DESC="ITS-based XML translation tool." 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="GPL3" 1.14 +WEB_SITE="http://itstool.org/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 -WEB_SITE="http://itstool.org/" 1.18 -WGET_URL="http://files.itstool.org/itstool/$TARBALL" 1.19 +WGET_URL="http://files.itstool.org/$PACKAGE/$TARBALL" 1.20 1.21 DEPENDS="python libxml2-python" 1.22 -BUILD_DEPENDS="" 1.23 +BUILD_DEPENDS="libxml2-python" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - cd $src 1.29 ./configure $CONFIGURE_ARGS && 1.30 - make && make install 1.31 + make -j 1 && 1.32 + make install 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg. 1.36 genpkg_rules() 1.37 { 1.38 mkdir -p $fs/usr/share 1.39 - cp -a $install/usr/bin $fs/usr 1.40 - cp -a $install/usr/share/$PACKAGE $fs/usr/share 1.41 + 1.42 + cp -a $install/usr/bin $fs/usr 1.43 + cp -a $install/usr/share/$PACKAGE $fs/usr/share 1.44 }