wok-6.x diff exiftool/receipt @ rev 22677
linld: fix pipehole.awk
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 18 11:53:11 2020 +0100 (2020-01-18) |
parents | fcdd50638150 |
children | a129a22d1733 |
line diff
1.1 --- a/exiftool/receipt Mon Dec 02 16:43:36 2013 +0000 1.2 +++ b/exiftool/receipt Sat Jan 18 11:53:11 2020 +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 -