wok diff exiftool/receipt @ rev 17009

Add gnome-hearts
author Yuri Pourre <yuripourre@gmail.com>
date Tue Aug 12 14:41:19 2014 -0300 (2014-08-12)
parents fa3066b12e16
children d7da2b03d39b
line diff
     1.1 --- a/exiftool/receipt	Thu Dec 02 00:39:55 2010 +0100
     1.2 +++ b/exiftool/receipt	Tue Aug 12 14:41:19 2014 -0300
     1.3 @@ -5,26 +5,28 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Application for reading, writing and editing meta information in a wide variety of files."
     1.6  MAINTAINER="gokhlayeh@slitaz.org"
     1.7 -DEPENDS="perl"
     1.8 -BUILD_DEPENDS="perl"
     1.9 +LICENSE="Artistic"
    1.10  SUGGESTED="perl-archive-zip perl-io-compress"
    1.11  SOURCE="Image-ExifTool"
    1.12  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.13  WEB_SITE="http://owl.phy.queensu.ca/~phil/exiftool/"
    1.14  WGET_URL="http://owl.phy.queensu.ca/~phil/exiftool/$TARBALL"
    1.15  
    1.16 +DEPENDS="perl"
    1.17 +BUILD_DEPENDS="perl"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23  	perl Makefile.PL && make &&
    1.24 -	make DESTDIR=$PWD/_pkg install
    1.25 +	make DESTDIR=$DESTDIR install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	cp -a $_pkg/usr $fs
    1.32 +	cp -a $install/usr $fs
    1.33  	rm -rf $fs/usr/share
    1.34  }
    1.35