wok-next view intltool/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
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 }