wok-next view intltool/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents 053a334547a1
children
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"
15 TARBALL_SHA1="a0c3bcb99d1bcfc5db70f8d848232a47c47da090"
17 BUILD_DEPENDS="perl perl-xml-parser"
19 COPY_std="@std @dev"
20 DEPENDS_std="perl-xml-parser gettext-dev"
21 TAGS_std="LFS"
23 compile_rules() {
24 sed -i 's:\\\${:\\\$\\{:' intltool-update.in
26 ./configure $CONFIGURE_ARGS &&
27 make &&
28 make install || return 1
30 cook_pick_docs doc/I18N-HOWTO
31 }