wok-4.x diff ufraw-locales/receipt @ rev 6551
Added warzone2100. A 3D realtime strategy game on a future Earth.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 07 12:28:16 2010 +0000 (2010-10-07) |
parents | |
children | af022550edde |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ufraw-locales/receipt Thu Oct 07 12:28:16 2010 +0000 1.3 @@ -0,0 +1,16 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ufraw-locales" 1.7 +VERSION="0.17" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="Locales for ufraw and gimp-plugin-ufraw." 1.10 +MAINTAINER="gokhlayeh@mailoo.org" 1.11 +WANTED="ufraw" 1.12 +WEB_SITE="http://ufraw.sourceforge.net/" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + mkdir -p $fs/usr $fs/usr/share 1.18 + cp -a $_pkg/usr/share/locale $fs/usr/share 1.19 +}