wok-next annotate itstool/receipt @ rev 20869
mono: fix build on 32-bit
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jul 02 10:15:48 2018 +0300 (2018-07-02) |
parents | f463de72afe3 |
children | e7a485521d6a |
rev | line source |
---|---|
al@20443 | 1 # SliTaz package receipt v2. |
pascal@13533 | 2 |
pascal@13533 | 3 PACKAGE="itstool" |
al@19607 | 4 VERSION="2.0.2" |
pascal@13533 | 5 CATEGORY="utilities" |
pascal@13533 | 6 SHORT_DESC="ITS-based XML translation tool" |
pascal@13533 | 7 MAINTAINER="al.bobylev@gmail.com" |
pascal@15023 | 8 LICENSE="GPL3" |
al@19607 | 9 WEB_SITE="http://itstool.org/" |
al@19607 | 10 |
pascal@13533 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@13533 | 12 WGET_URL="http://files.itstool.org/itstool/$TARBALL" |
pascal@13533 | 13 |
al@19607 | 14 BUILD_DEPENDS="libxml2-python" |
pascal@15023 | 15 |
al@20443 | 16 compile_rules() { |
al@19607 | 17 ./configure $CONFIGURE_ARGS && make && make install |
pascal@13533 | 18 } |
pascal@13533 | 19 |
al@20443 | 20 genpkg_rules() { |
al@19783 | 21 copy itstool *.its |
al@20443 | 22 DEPENDS="libxml2-python" |
pascal@13533 | 23 } |