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

Add: WIP open-vm-tools kernel modules
author Nathan Neulinger <nneul@neulinger.org>
date Fri Sep 18 23:50:52 2015 +0000 (2015-09-18)
parents 48d3d669a814
children 7042a09beaeb
line source
1 # SliTaz package receipt
3 PACKAGE="locale-de-extra"
4 VERSION="4.2"
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 }