# HG changeset patch # User Hans-G?nter Theisgen # Date 1552570176 -3600 # Node ID b130de7b7076c42095eb9f091635bbc51c8ac216 # Parent e1f606e44e0fe4df0241a876ed4a382831ebf3bb updated itstool (1.2.0 -> 2.0.5) diff -r e1f606e44e0f -r b130de7b7076 itstool/receipt --- a/itstool/receipt Thu Mar 14 14:02:50 2019 +0100 +++ b/itstool/receipt Thu Mar 14 14:29:36 2019 +0100 @@ -1,30 +1,32 @@ # SliTaz package receipt. PACKAGE="itstool" -VERSION="1.2.0" +VERSION="2.0.5" CATEGORY="utilities" -SHORT_DESC="ITS-based XML translation tool" +SHORT_DESC="ITS-based XML translation tool." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL3" +WEB_SITE="http://itstool.org/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://itstool.org/" -WGET_URL="http://files.itstool.org/itstool/$TARBALL" +WGET_URL="http://files.itstool.org/$PACKAGE/$TARBALL" DEPENDS="python libxml2-python" -BUILD_DEPENDS="" +BUILD_DEPENDS="libxml2-python" # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS && - make && make install + make -j 1 && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/share/$PACKAGE $fs/usr/share + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/$PACKAGE $fs/usr/share }