wok rev 12741
Up: ufraw (0.18) with Gimp plug-in and maintain package
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 07 23:52:05 2012 +0200 (2012-05-07) |
parents | cb6c3a7328e7 |
children | 2b1a6b2f6c0d |
files | gimp-plugin-ufraw/receipt ufraw-locales/receipt ufraw/receipt |
line diff
1.1 --- a/gimp-plugin-ufraw/receipt Mon May 07 23:33:32 2012 +0200 1.2 +++ b/gimp-plugin-ufraw/receipt Mon May 07 23:52:05 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 +}
2.1 --- a/ufraw-locales/receipt Mon May 07 23:33:32 2012 +0200 2.2 +++ b/ufraw-locales/receipt Mon May 07 23:52:05 2012 +0200 2.3 @@ -1,10 +1,10 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ufraw-locales" 2.7 -VERSION="0.17" 2.8 +VERSION="0.18" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="Locales for ufraw and gimp-plugin-ufraw." 2.11 -MAINTAINER="gokhlayeh@slitaz.org" 2.12 +MAINTAINER="pankso@slitaz.org" 2.13 WANTED="ufraw" 2.14 WEB_SITE="http://ufraw.sourceforge.net/" 2.15 2.16 @@ -12,5 +12,5 @@ 2.17 genpkg_rules() 2.18 { 2.19 mkdir -p $fs/usr $fs/usr/share 2.20 - cp -a $_pkg/usr/share/locale $fs/usr/share 2.21 + cp -a $install/usr/share/locale $fs/usr/share 2.22 }
3.1 --- a/ufraw/receipt Mon May 07 23:33:32 2012 +0200 3.2 +++ b/ufraw/receipt Mon May 07 23:52:05 2012 +0200 3.3 @@ -1,34 +1,33 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="ufraw" 3.7 -VERSION="0.17" 3.8 +VERSION="0.18" 3.9 CATEGORY="graphics" 3.10 SHORT_DESC="Utility to read and manipulate raw images from digital cameras." 3.11 -MAINTAINER="gokhlayeh@slitaz.org" 3.12 -DEPENDS="gtk+ exiv2 libgtkimageview libgomp" 3.13 -BUILD_DEPENDS="gimp-dev lcms-dev tiff-dev exiv2-dev gtk+-dev libgtkimageview-dev" 3.14 -SUGGESTED="ufraw-locales" 3.15 +MAINTAINER="pankso@slitaz.org" 3.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.17 -WEB_SITE="http://ufraw.sourceforge.net/" 3.18 -WGET_URL="http://downloads.sourceforge.net/project/ufraw/ufraw/ufraw-$VERSION/$TARBALL" 3.19 +WEB_SITE="http://ufraw.sourceforge.net/" 3.20 +WGET_URL="$SF_MIRROR/project/ufraw/ufraw/ufraw-$VERSION/$TARBALL" 3.21 +SUGGESTED="ufraw-locales gimp-plugin-ufraw" 3.22 + 3.23 +DEPENDS="gtk+ exiv2 lcms tiff libgtkimageview libgomp bzip2" 3.24 +BUILD_DEPENDS="gimp gimp-dev lcms-dev tiff-dev exiv2-dev gtk+-dev \ 3.25 +libgtkimageview-dev bzip2-dev" 3.26 3.27 # Rules to configure and make the package. 3.28 compile_rules() 3.29 { 3.30 cd $src 3.31 ./configure \ 3.32 - --prefix=/usr \ 3.33 - --infodir=/usr/share/info \ 3.34 - --mandir=/usr/share/man \ 3.35 $CONFIGURE_ARGS && 3.36 - make && make DESTDIR=$PWD/_pkg install 3.37 + make && make install 3.38 } 3.39 3.40 # Rules to gen a SliTaz package suitable for Tazpkg. 3.41 genpkg_rules() 3.42 { 3.43 mkdir -p $fs/usr/share/applications 3.44 - cp -a $_pkg/usr/bin $fs/usr 3.45 + cp -a $install/usr/bin $fs/usr 3.46 cp -a $src/ufraw.desktop $fs/usr/share/applications 3.47 } 3.48