wok view itstool/receipt @ rev 14137

cbrpager: move from undigest wok (and slightly modified)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 01 15:32:54 2013 +0000 (2013-03-01)
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 }