wok-6.x rev 24527
updated exiftool (12.00 -> 12.40)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 23 07:04:41 2022 +0100 (2022-02-23) |
parents | 83d03a36ee6b |
children | b2a37165af08 |
files | exiftool/receipt |
line diff
1.1 --- a/exiftool/receipt Tue Feb 22 17:39:50 2022 +0100 1.2 +++ b/exiftool/receipt Wed Feb 23 07:04: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.