wok view locale-de-extra/receipt @ rev 16314

ARM: add tar and some fixes
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 09 14:14:10 2014 +0200 (2014-04-09)
parents bcfe199cef3f
children c667db027c32
line source
1 # SliTaz package receipt
3 PACKAGE="locale-de-extra"
4 VERSION="4.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="German extra locale pack."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
10 WANTED="slitaz-i18n-extra"
12 LOCALE="de"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 . $WOK/slitaz-i18n-extra/stuff/locale-pack.functions
18 . $WOK/slitaz-i18n-extra/stuff/locale-pack.conf
19 mk_locale_dir
20 get_extra_messages
21 }