wok-next diff ufraw-locales/receipt @ rev 6989
Up: tar to 1.24.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 30 05:09:41 2010 +0000 (2010-10-30) |
parents | |
children | af022550edde |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ufraw-locales/receipt Sat Oct 30 05:09:41 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 +}