# HG changeset patch # User Christophe Lincoln # Date 1240699252 -7200 # Node ID 22a4ced08baedec5a4a85cd6a9e4b86d020dfa79 # Parent 9eb29089cde23b2d1c8650ee50bb151808e29de1 Up: gettext (0.17) + add gettext-base to use .po for translation in SHell script diff -r 9eb29089cde2 -r 22a4ced08bae gettext/receipt --- a/gettext/receipt Sun Apr 26 00:39:13 2009 +0200 +++ b/gettext/receipt Sun Apr 26 00:40:52 2009 +0200 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="gettext" -VERSION="0.16.1" +VERSION="0.17" CATEGORY="development" SHORT_DESC="Utilities for the GNU Translation Project." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" -DEPENDS="libgomp" +DEPENDS="gettext-base libgomp" WEB_SITE="http://www.gnu.org/software/gettext/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" @@ -23,13 +23,13 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share/locale + mkdir -p $fs/usr/share cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib $fs/usr cp -a $_pkg/usr/include $fs/usr - strip -s $fs/usr/bin/* 2>/dev/null - strip -s $fs/usr/lib/*.so* cp -a $_pkg/usr/share/aclocal $fs/usr/share cp -a $_pkg/usr/share/gettext $fs/usr/share - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + # Remove gettext-base files. + rm $fs/usr/bin/gettext + rm $fs/usr/bin/gettext.sh }