wok-next view itstool/receipt @ rev 20778

git update: 2.16.2 (Feb-2018) -> 2.17.1 (May-2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Jun 08 09:36:49 2018 +0000 (2018-06-08)
parents f463de72afe3
children e7a485521d6a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="itstool"
4 VERSION="2.0.2"
5 CATEGORY="utilities"
6 SHORT_DESC="ITS-based XML translation tool"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://itstool.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://files.itstool.org/itstool/$TARBALL"
14 BUILD_DEPENDS="libxml2-python"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS && make && make install
18 }
20 genpkg_rules() {
21 copy itstool *.its
22 DEPENDS="libxml2-python"
23 }