wok-next view intltool/receipt @ rev 21037

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 06 16:35:54 2018 +0200 (2018-11-06)
parents 90a5eb560fd6
children 053a334547a1
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://freedesktop.org/wiki/Software/intltool/"
10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/intltool.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://launchpad.net/intltool/trunk/$VERSION/+download/$TARBALL"
15 BUILD_DEPENDS="perl perl-xml-parser"
17 compile_rules() {
18 sed -i 's:\\\${:\\\$\\{:' intltool-update.in
20 ./configure $CONFIGURE_ARGS &&
21 make &&
22 make install || return 1
24 cook_pick_docs doc/I18N-HOWTO
25 }
27 genpkg_rules() {
28 copy @std @dev
29 DEPENDS="perl-xml-parser gettext-dev"
30 TAGS="LFS"
31 }