wok-next diff exiftool/receipt @ rev 21303

updated gujin (2.8.6 -> 2.8.7)
author Hans-G?nter Theisgen
date Tue Dec 10 07:57:29 2019 +0100 (2019-12-10)
parents d5aab818505e
children 320a68949c99
line diff
     1.1 --- a/exiftool/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/exiftool/receipt	Tue Dec 10 07:57:29 2019 +0100
     1.3 @@ -1,28 +1,31 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="exiftool"
     1.8 -VERSION="8.40"
     1.9 +VERSION="11.17"
    1.10  CATEGORY="system-tools"
    1.11 -SHORT_DESC="Reading, writing and editing meta information in a wide variety of files"
    1.12 -MAINTAINER="devel@slitaz.org"
    1.13 +SHORT_DESC="Read, write and edit meta information in a wide variety of files"
    1.14 +MAINTAINER="al.bobylev@gmail.com"
    1.15  LICENSE="Artistic"
    1.16  WEB_SITE="http://owl.phy.queensu.ca/~phil/exiftool/"
    1.17 +HOST_ARCH="any"
    1.18  
    1.19 -SOURCE="Image-ExifTool"
    1.20 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.21 +TARBALL="Image-ExifTool-$VERSION.tar.gz"
    1.22  WGET_URL="http://owl.phy.queensu.ca/~phil/exiftool/$TARBALL"
    1.23 +TARBALL_SHA1="9ad727f0b588fd08212591654b93c095649d26da"
    1.24 +TARBALL_MD5="c7d93ac2a472c9843845a4ff152b4eb7"
    1.25  
    1.26  BUILD_DEPENDS="perl"
    1.27  
    1.28  compile_rules() {
    1.29  	perl Makefile.PL &&
    1.30  	make &&
    1.31 -	make DESTDIR=$install install
    1.32 +	make DESTDIR=$install install || return 1
    1.33 +
    1.34 +	find $install -type f -exec chmod u+w '{}' \;
    1.35  }
    1.36  
    1.37  genpkg_rules() {
    1.38 -	cp -a $install/usr $fs
    1.39 -	rm -rf $fs/usr/share
    1.40 +	copy @std
    1.41  	DEPENDS="perl"
    1.42  	SUGGESTED="perl-archive-zip perl-io-compress"
    1.43  }