wok diff ufraw-locales/receipt @ rev 6871

Added sox to sox-dev depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 20 20:29:10 2010 +0000 (2010-10-20)
parents
children af022550edde
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ufraw-locales/receipt	Wed Oct 20 20:29:10 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 +}