wok view itstool/receipt @ rev 14545

firefox-langpack-pt_PT: Up to 17.0.6esr
author Dominique Corbex <domcox@slitaz.org>
date Wed May 22 21:57:02 2013 +0200 (2013-05-22)
parents
children 1040bd60b471
line source
1 # SliTaz package receipt.
3 PACKAGE="itstool"
4 VERSION="1.2.0"
5 CATEGORY="utilities"
6 SHORT_DESC="ITS-based XML translation tool"
7 MAINTAINER="al.bobylev@gmail.com"
8 DEPENDS="python"
9 BUILD_DEPENDS=""
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://itstool.org/"
12 WGET_URL="http://files.itstool.org/itstool/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure $CONFIGURE_ARGS &&
19 make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share
26 cp -a $install/usr/bin $fs/usr
27 cp -a $install/usr/share/$PACKAGE $fs/usr/share
28 }