wok-next view intltool/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents ebd13d88e221
children 9a17d981d0f7
line source
1 # SliTaz package receipt.
3 PACKAGE="intltool"
4 VERSION="0.51.0"
5 CATEGORY="development"
6 SHORT_DESC="Translation tools (PO, XML)."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://freedesktop.org/wiki/Software/intltool/"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://launchpad.net/intltool/trunk/$VERSION/+download/$TARBALL"
15 DEPENDS="perl perl-xml-parser gettext"
16 BUILD_DEPENDS="perl perl-xml-parser wget"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 sed -i 's:\\\${:\\\$\\{:' intltool-update.in
23 ./configure $CONFIGURE_ARGS && make && make install
25 docdir="$install/usr/share/doc/intltool-$VERSION"
26 mkdir -p $docdir; cp doc/I18N-HOWTO $docdir
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cook_copy_folders bin aclocal intltool
33 }