wok-stable diff gettext/receipt @ rev 2809

libQtScript update to 4.5.0
author Allan Pinto <allan316@gmail.com>
date Wed Apr 29 10:17:45 2009 +0000 (2009-04-29)
parents 987853b8719d
children 583bdd691510
line diff
     1.1 --- a/gettext/receipt	Sun Mar 15 21:23:09 2009 +0000
     1.2 +++ b/gettext/receipt	Wed Apr 29 10:17:45 2009 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gettext"
     1.7 -VERSION="0.16.1"
     1.8 +VERSION="0.17"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Utilities for the GNU Translation Project."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 -DEPENDS="libgomp"
    1.14 +DEPENDS="gettext-base libgomp"
    1.15  WEB_SITE="http://www.gnu.org/software/gettext/"
    1.16  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.17  
    1.18 @@ -23,13 +23,13 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr/share/locale
    1.23 +	mkdir -p $fs/usr/share
    1.24  	cp -a $_pkg/usr/bin $fs/usr
    1.25  	cp -a $_pkg/usr/lib $fs/usr
    1.26  	cp -a $_pkg/usr/include $fs/usr
    1.27 -	strip -s $fs/usr/bin/* 2>/dev/null
    1.28 -	strip -s $fs/usr/lib/*.so*
    1.29  	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.30  	cp -a $_pkg/usr/share/gettext $fs/usr/share
    1.31 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.32 +	# Remove gettext-base files.
    1.33 +	rm $fs/usr/bin/gettext
    1.34 +	rm $fs/usr/bin/gettext.sh
    1.35  }