wok-next rev 21634
updated exiftool (11.17 -> 12.01)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 26 10:45:57 2020 +0100 (2020-06-26) |
parents | be8f87a154b2 |
children | 5696132719d9 |
files | exiftool/receipt |
line diff
1.1 --- a/exiftool/receipt Fri Jun 26 10:26:20 2020 +0100 1.2 +++ b/exiftool/receipt Fri Jun 26 10:45:57 2020 +0100 1.3 @@ -1,22 +1,24 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="exiftool" 1.7 -VERSION="11.17" 1.8 +VERSION="12.01" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Read, write and edit meta information in a wide variety of files" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 LICENSE="Artistic" 1.13 WEB_SITE="http://owl.phy.queensu.ca/~phil/exiftool/" 1.14 -HOST_ARCH="any" 1.15 1.16 TARBALL="Image-ExifTool-$VERSION.tar.gz" 1.17 WGET_URL="http://owl.phy.queensu.ca/~phil/exiftool/$TARBALL" 1.18 -TARBALL_SHA1="9ad727f0b588fd08212591654b93c095649d26da" 1.19 -TARBALL_MD5="c7d93ac2a472c9843845a4ff152b4eb7" 1.20 +#TARBALL_SHA1="9ad727f0b588fd08212591654b93c095649d26da" 1.21 +#TARBALL_MD5="c7d93ac2a472c9843845a4ff152b4eb7" 1.22 1.23 BUILD_DEPENDS="perl" 1.24 1.25 -compile_rules() { 1.26 +HOST_ARCH="any" 1.27 + 1.28 +compile_rules() 1.29 +{ 1.30 perl Makefile.PL && 1.31 make && 1.32 make DESTDIR=$install install || return 1 1.33 @@ -24,7 +26,8 @@ 1.34 find $install -type f -exec chmod u+w '{}' \; 1.35 } 1.36 1.37 -genpkg_rules() { 1.38 +genpkg_rules() 1.39 +{ 1.40 copy @std 1.41 DEPENDS="perl" 1.42 SUGGESTED="perl-archive-zip perl-io-compress"