wok-4.x rev 8188
imported patch toolchain/glibc-locale.patch
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Jan 27 00:20:50 2011 +0100 (2011-01-27) |
parents | 18588dce2c20 |
children | c906b3acf847 |
files | glibc-locale/receipt |
line diff
1.1 --- a/glibc-locale/receipt Thu Jan 27 00:20:50 2011 +0100 1.2 +++ b/glibc-locale/receipt Thu Jan 27 00:20:50 2011 +0100 1.3 @@ -1,11 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="glibc-locale" 1.7 -VERSION="2.11.2" 1.8 +VERSION="2.12.2" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="The GNU C libraries locale files and utilities (see also locale-*)." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -DEPENDS="glibc-base glibc-extra-samba slitaz-i18n" 1.13 +DEPENDS="glibc-base glibc-extra-samba" 1.14 WANTED="glibc" 1.15 WEB_SITE="http://www.gnu.org/software/libc/" 1.16 1.17 @@ -25,15 +25,6 @@ 1.18 cp -a $_pkg/usr/bin/iconv $fs/usr/bin 1.19 cp -a $_pkg/usr/bin/tzselect $fs/usr/bin 1.20 1.21 - # Rm slitaz-i18n files. 1.22 - ver=`grep ^VERSION $WOK/slitaz-i18n/receipt | cut -d "\"" -f 2` 1.23 - echo -n "Removing all slitaz-i18n files..." 1.24 - for file in `cat $WOK/slitaz-i18n/taz/slitaz-i18n-$ver/files.list` 1.25 - do 1.26 - rm -f ${fs}$file 1.27 - done 1.28 - status 1.29 - 1.30 # Rm base files. 1.31 echo -n "Removing all base files..." 1.32 for file in `cat $WOK/glibc-base/taz/glibc-base-$VERSION/files.list`