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

libxml2: add python as build_depend
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Dec 18 03:01:59 2011 +0100 (2011-12-18)
parents
children bcfe199cef3f
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 WEB_SITE="http://www.slitaz.org/"
9 DEPENDS="locale-es"
10 BUILD_DEPENDS="slitaz-i18n-extra"
12 LOCALE="es"
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 }