wok-next view intltool/receipt @ rev 21054

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 01 18:32:50 2018 +0200 (2018-12-01)
parents d5aab818505e
children 29128929e4f9
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"
11 HOST_ARCH="any"
13 TARBALL="$PACKAGE-$VERSION.tar.gz"
14 WGET_URL="http://launchpad.net/intltool/trunk/$VERSION/+download/$TARBALL"
16 BUILD_DEPENDS="perl perl-xml-parser"
18 COPY_std="@std @dev"
19 DEPENDS_std="perl-xml-parser gettext-dev"
20 TAGS_std="LFS"
22 compile_rules() {
23 sed -i 's:\\\${:\\\$\\{:' intltool-update.in
25 ./configure $CONFIGURE_ARGS &&
26 make &&
27 make install || return 1
29 cook_pick_docs doc/I18N-HOWTO
30 }