wok-next view intltool/receipt @ rev 19972

Up copyq (3.1.1), qedit (2.8.1)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Oct 17 19:29:54 2017 +0200 (2017-10-17)
parents 9a17d981d0f7
children 90a5eb560fd6
line source
1 # SliTaz package receipt v2.
3 PACKAGE="intltool"
4 VERSION="0.51.0"
5 CATEGORY="development"
6 SHORT_DESC="Internationalization tool"
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 BUILD_DEPENDS="perl perl-xml-parser wget"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 sed -i 's:\\\${:\\\$\\{:' intltool-update.in
22 ./configure $CONFIGURE_ARGS && make && make install
24 docdir="$install/usr/share/doc/intltool-$VERSION"
25 mkdir -p $docdir; cp doc/I18N-HOWTO $docdir
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 copy @std @dev
32 DEPENDS="perl-xml-parser gettext"
33 }