wok-6.x diff locale-es-extra/receipt @ rev 11161
Up: gnumeric to 1.10.17.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 02 06:52:19 2011 +0000 (2011-11-02) |
parents | |
children | bcfe199cef3f |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/locale-es-extra/receipt Wed Nov 02 06:52:19 2011 +0000 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt 1.5 + 1.6 +PACKAGE="locale-es-extra" 1.7 +VERSION="4.0" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Spanish extra locale pack." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +WEB_SITE="http://www.slitaz.org/" 1.12 +DEPENDS="locale-es" 1.13 +BUILD_DEPENDS="slitaz-i18n-extra" 1.14 + 1.15 +LOCALE="es" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + . $WOK/slitaz-i18n-extra/stuff/locale-pack.functions 1.21 + . $WOK/slitaz-i18n-extra/stuff/locale-pack.conf 1.22 + mk_locale_dir 1.23 + get_extra_messages 1.24 +}