wok diff exiftool/receipt @ rev 25017

updated openjpeg, openjpeg-dev and openjpeg-tools (1.5.0 -> 1.5.2)
author Hans-G?nter Theisgen
date Wed May 18 06:55:41 2022 +0100 (2022-05-18)
parents ad8b9ff412d2
children ed5f25d05ff6
line diff
     1.1 --- a/exiftool/receipt	Sat Feb 12 18:42:31 2022 +0000
     1.2 +++ b/exiftool/receipt	Wed May 18 06:55:41 2022 +0100
     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.