wok-current diff glibc-locale/receipt @ rev 4859
alpine: fix depends
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Tue Feb 02 22:44:31 2010 +0000 (2010-02-02) |
parents | b30c937c2ca9 |
children | fbdaec46125a |
line diff
1.1 --- a/glibc-locale/receipt Sun May 24 12:19:32 2009 +0200 1.2 +++ b/glibc-locale/receipt Tue Feb 02 22:44:31 2010 +0000 1.3 @@ -5,14 +5,11 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="The GNU C libraries locale files and utilities (see also locale-*)." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="glibc-base glibc-extra-samba" 1.8 +DEPENDS="glibc-base glibc-extra-samba slitaz-i18n" 1.9 WANTED="glibc" 1.10 WEB_SITE="http://www.gnu.org/software/libc/" 1.11 1.12 -LOCALE_PACK="de cs es fr ru id it pt hu" 1.13 - 1.14 -# When we will switch to UTF-8 some change must be done here, localdef 1.15 -# must be include in glibc-base as well has some files in /usr/share/i18n. 1.16 +LOCALE_PACK="cs de es fr hu id it pt ru sl zh_CN zh_TW" 1.17 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 genpkg_rules() 1.20 @@ -25,10 +22,18 @@ 1.21 cp -a $_pkg/usr/share/zoneinfo $fs/usr/share 1.22 1.23 # Utilities and tools 1.24 - cp -a $_pkg/usr/bin/localedef $fs/usr/bin 1.25 cp -a $_pkg/usr/bin/iconv $fs/usr/bin 1.26 cp -a $_pkg/usr/bin/tzselect $fs/usr/bin 1.27 1.28 + # Rm slitaz-i18n files. 1.29 + ver=`grep ^VERSION $WOK/slitaz-i18n/receipt | cut -d "\"" -f 2` 1.30 + echo -n "Removing all slitaz-i18n files..." 1.31 + for file in `cat $WOK/slitaz-i18n/taz/slitaz-i18n-$ver/files.list` 1.32 + do 1.33 + rm -f ${fs}$file 1.34 + done 1.35 + status 1.36 + 1.37 # Rm base files. 1.38 echo -n "Removing all base files..." 1.39 for file in `cat $WOK/glibc-base/taz/glibc-base-$VERSION/files.list`