wok diff tar-lang/receipt @ rev 25556
created recipes for nted and nted-lang
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 22 14:54:15 2023 +0100 (19 months ago) |
parents | a83fad834b7a |
children |
line diff
1.1 --- a/tar-lang/receipt Fri Oct 18 17:47:01 2019 +0100 1.2 +++ b/tar-lang/receipt Sat Apr 22 14:54:15 2023 +0100 1.3 @@ -1,8 +1,8 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tar-lang" 1.7 -VERSION="1.32" 1.8 -CATEGORY="utilities" 1.9 +VERSION="1.34" 1.10 +CATEGORY="localization" 1.11 TAGS="archive compression" 1.12 SHORT_DESC="GNU tar archiving tools - localised messages." 1.13 MAINTAINER="maintainer@slitaz.org" 1.14 @@ -16,14 +16,5 @@ 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules() 1.17 { 1.18 - # Set list of wanted locales in LOCALE_PACK 1.19 - . $WOK/slitaz-i18n/stuff/locale-pack.conf 1.20 - 1.21 - # Copy message file in wanted languages, if available 1.22 - for locale in $LOCALE_PACK 1.23 - do 1.24 - [ -d $install/usr/share/locale/$locale ] || continue 1.25 - mkdir -p $fs/usr/share/locale 1.26 - cp -a $install/usr/share/locale/$locale $fs/usr/share/locale 1.27 - done 1.28 + cook_copy_folders locale 1.29 }