wok diff gimp-plugin-ufraw/receipt @ rev 13580

slitaz-base-files: update WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 05 21:05:18 2012 +0100 (2012-11-05)
parents af022550edde
children 380ffe05937a
line diff
     1.1 --- a/gimp-plugin-ufraw/receipt	Sun Oct 31 23:30:12 2010 +0100
     1.2 +++ b/gimp-plugin-ufraw/receipt	Mon Nov 05 21:05:18 2012 +0100
     1.3 @@ -1,10 +1,10 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gimp-plugin-ufraw"
     1.7 -VERSION="0.17"
     1.8 +VERSION="0.18"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="Add raw files support to GIMP with UFRaw."
    1.11 -MAINTAINER="gokhlayeh@slitaz.org"
    1.12 +MAINTAINER="pankso@slitaz.org"
    1.13  DEPENDS="gimp"
    1.14  SUGGESTED="ufraw-locales"
    1.15  WANTED="ufraw"
    1.16 @@ -14,5 +14,5 @@
    1.17  genpkg_rules()
    1.18  {
    1.19  	mkdir -p $fs/usr
    1.20 -	cp -a $_pkg/usr/lib/ $fs/usr
    1.21 -}
    1.22 \ No newline at end of file
    1.23 +	cp -a $install/usr/lib $fs/usr
    1.24 +}