wok view locale-es-extra/receipt @ rev 16589

dbus: fix init script (with /run and /var/run mounted as tmpfs, we can't preinstall /var/run/dbus, we must create it)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 05 19:10:34 2014 +0200 (2014-05-05)
parents bcfe199cef3f
children c667db027c32
line source
1 # SliTaz package receipt
3 PACKAGE="locale-es-extra"
4 VERSION="4.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Spanish extra locale pack."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
10 DEPENDS="locale-es"
11 BUILD_DEPENDS="slitaz-i18n-extra"
12 WANTED="slitaz-i18n-extra"
14 LOCALE="es"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 . $WOK/slitaz-i18n-extra/stuff/locale-pack.functions
20 . $WOK/slitaz-i18n-extra/stuff/locale-pack.conf
21 mk_locale_dir
22 get_extra_messages
23 }