wok-next diff locale-es-extra/receipt @ rev 11729
added openconnect (3.15)
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Tue Feb 21 07:21:19 2012 -0800 (2012-02-21) |
parents | |
children | bcfe199cef3f |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/locale-es-extra/receipt Tue Feb 21 07:21:19 2012 -0800 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 +}