wok diff ufraw/receipt @ 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 af022550edde
children 2b1a6b2f6c0d
line diff
     1.1 --- a/ufraw/receipt	Sun Oct 31 23:30:12 2010 +0100
     1.2 +++ b/ufraw/receipt	Mon May 07 23:52:05 2012 +0200
     1.3 @@ -1,34 +1,33 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ufraw"
     1.7 -VERSION="0.17"
     1.8 +VERSION="0.18"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="Utility to read and manipulate raw images from digital cameras."
    1.11 -MAINTAINER="gokhlayeh@slitaz.org"
    1.12 -DEPENDS="gtk+ exiv2 libgtkimageview libgomp"
    1.13 -BUILD_DEPENDS="gimp-dev lcms-dev tiff-dev exiv2-dev gtk+-dev libgtkimageview-dev"
    1.14 -SUGGESTED="ufraw-locales"
    1.15 +MAINTAINER="pankso@slitaz.org"
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://ufraw.sourceforge.net/" 
    1.18 -WGET_URL="http://downloads.sourceforge.net/project/ufraw/ufraw/ufraw-$VERSION/$TARBALL"
    1.19 +WEB_SITE="http://ufraw.sourceforge.net/"
    1.20 +WGET_URL="$SF_MIRROR/project/ufraw/ufraw/ufraw-$VERSION/$TARBALL"
    1.21 +SUGGESTED="ufraw-locales gimp-plugin-ufraw"
    1.22 +
    1.23 +DEPENDS="gtk+ exiv2 lcms tiff libgtkimageview libgomp bzip2"
    1.24 +BUILD_DEPENDS="gimp gimp-dev lcms-dev tiff-dev exiv2-dev gtk+-dev \
    1.25 +libgtkimageview-dev bzip2-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30  	cd $src
    1.31  	./configure \
    1.32 -		--prefix=/usr \
    1.33 -		--infodir=/usr/share/info \
    1.34 -		--mandir=/usr/share/man \
    1.35  		$CONFIGURE_ARGS &&
    1.36 -	make && make DESTDIR=$PWD/_pkg install	
    1.37 +	make && make install
    1.38  }
    1.39  
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.41  genpkg_rules()
    1.42  {
    1.43  	mkdir -p $fs/usr/share/applications
    1.44 -	cp -a $_pkg/usr/bin $fs/usr
    1.45 +	cp -a $install/usr/bin $fs/usr
    1.46  	cp -a $src/ufraw.desktop $fs/usr/share/applications
    1.47  }
    1.48