wok diff exiftool/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents ad8b9ff412d2
children ed5f25d05ff6
line diff
     1.1 --- a/exiftool/receipt	Sat Feb 12 18:42:31 2022 +0000
     1.2 +++ b/exiftool/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="exiftool"
     1.7 -VERSION="12.00"
     1.8 +VERSION="12.40"
     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 -WEB_SITE="https://exiftool.org/"
    1.14 +WEB_SITE="https://exiftool.org"
    1.15  
    1.16  SOURCE="Image-ExifTool"
    1.17 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WGET_URL="$WEB_SITE$TARBALL"
    1.19 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.20 +WGET_URL="$WEB_SITE/$SOURCE-$VERSION.tar.gz"
    1.21  
    1.22  SUGGESTED="perl-archive-zip perl-io-compress"
    1.23  DEPENDS="perl"
    1.24 @@ -27,8 +27,8 @@
    1.25  compile_rules()
    1.26  {
    1.27  	perl Makefile.PL &&
    1.28 -	make -j 1 &&
    1.29 -	make DESTDIR=$DESTDIR install
    1.30 +	make &&
    1.31 +	make install DESTDIR=$DESTDIR
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.