wok rev 20898

updated exiftool (8.40 -> 11.26)
author Hans-G?nter Theisgen
date Tue Feb 26 15:59:27 2019 +0100 (2019-02-26)
parents d02377422e45
children 37d9b4cadcbe
files exiftool/receipt
line diff
     1.1 --- a/exiftool/receipt	Tue Feb 26 15:35:48 2019 +0100
     1.2 +++ b/exiftool/receipt	Tue Feb 26 15:59:27 2019 +0100
     1.3 @@ -1,25 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="exiftool"
     1.7 -VERSION="8.40"
     1.8 +VERSION="11.28"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Application for reading, writing and editing meta information in a wide variety of files."
    1.11  MAINTAINER="gokhlayeh@slitaz.org"
    1.12  LICENSE="Artistic"
    1.13 -SUGGESTED="perl-archive-zip perl-io-compress"
    1.14 +WEB_SITE="https://www.sno.phy.queensu.ca/~phil/exiftool/"
    1.15 +
    1.16  SOURCE="Image-ExifTool"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://owl.phy.queensu.ca/~phil/exiftool/"
    1.19 -WGET_URL="http://owl.phy.queensu.ca/~phil/exiftool/$TARBALL"
    1.20 +WGET_URL="https://www.sno.phy.queensu.ca/~phil/$PACKAGE/$TARBALL"
    1.21  
    1.22 +SUGGESTED="perl-archive-zip perl-io-compress"
    1.23  DEPENDS="perl"
    1.24  BUILD_DEPENDS="perl"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	cd $src
    1.30 -	perl Makefile.PL && make &&
    1.31 +	perl Makefile.PL &&
    1.32 +	make -j 1 &&
    1.33  	make DESTDIR=$DESTDIR install
    1.34  }
    1.35  
    1.36 @@ -29,4 +30,3 @@
    1.37  	cp -a $install/usr $fs
    1.38  	rm -rf $fs/usr/share
    1.39  }
    1.40 -