wok-next annotate intltool/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents 053a334547a1
children
rev   line source
al@19745 1 # SliTaz package receipt v2.
pankso@968 2
pankso@968 3 PACKAGE="intltool"
al@19572 4 VERSION="0.51.0"
pankso@968 5 CATEGORY="development"
al@19745 6 SHORT_DESC="Internationalization tool"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@19572 9 WEB_SITE="https://freedesktop.org/wiki/Software/intltool/"
al@20436 10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/intltool.html"
al@21054 11 HOST_ARCH="any"
al@19572 12
slaxemulator@6638 13 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19572 14 WGET_URL="http://launchpad.net/intltool/trunk/$VERSION/+download/$TARBALL"
al@21143 15 TARBALL_SHA1="a0c3bcb99d1bcfc5db70f8d848232a47c47da090"
pascal@15000 16
al@20436 17 BUILD_DEPENDS="perl perl-xml-parser"
pankso@968 18
al@21054 19 COPY_std="@std @dev"
al@21054 20 DEPENDS_std="perl-xml-parser gettext-dev"
al@21054 21 TAGS_std="LFS"
al@21054 22
al@20436 23 compile_rules() {
al@19572 24 sed -i 's:\\\${:\\\$\\{:' intltool-update.in
al@19572 25
al@21020 26 ./configure $CONFIGURE_ARGS &&
al@21020 27 make &&
al@21020 28 make install || return 1
al@19572 29
al@20436 30 cook_pick_docs doc/I18N-HOWTO
pankso@968 31 }