wok-next view intltool/receipt @ rev 20879

mate-session-manager: update bdeps; ntop: up (5.0.1); sslh: normalize receipt
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 07 16:28:22 2018 +0300 (2018-07-07)
parents b3fdfa3a3bd3
children d5aab818505e
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 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 && make && make install
22 cook_pick_docs doc/I18N-HOWTO
23 }
25 genpkg_rules() {
26 copy @std @dev
27 DEPENDS="perl-xml-parser gettext"
28 TAGS="LFS"
29 }