wok diff gimp-plugin-ufraw/receipt @ rev 13145
obconf: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 10 09:41:24 2012 +0200 (2012-07-10) |
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 Tue Jul 10 09:41:24 2012 +0200 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 +}