# SliTaz package receipt. PACKAGE="itstool" VERSION="1.2.0" CATEGORY="utilities" SHORT_DESC="ITS-based XML translation tool" MAINTAINER="al.bobylev@gmail.com" DEPENDS="python" BUILD_DEPENDS="" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://itstool.org/" WGET_URL="http://files.itstool.org/itstool/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure $CONFIGURE_ARGS && make && 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 }