# HG changeset patch # User Hans-G?nter Theisgen # Date 1551193167 -3600 # Node ID d7da2b03d39b4d8ad6a195b3f28cdd3ac513110a # Parent d02377422e4581734dccadbae5e7f2a75b6c32f1 updated exiftool (8.40 -> 11.26) diff -r d02377422e45 -r d7da2b03d39b exiftool/receipt --- a/exiftool/receipt Tue Feb 26 15:35:48 2019 +0100 +++ b/exiftool/receipt Tue Feb 26 15:59:27 2019 +0100 @@ -1,25 +1,26 @@ # SliTaz package receipt. PACKAGE="exiftool" -VERSION="8.40" +VERSION="11.28" CATEGORY="system-tools" SHORT_DESC="Application for reading, writing and editing meta information in a wide variety of files." MAINTAINER="gokhlayeh@slitaz.org" LICENSE="Artistic" -SUGGESTED="perl-archive-zip perl-io-compress" +WEB_SITE="https://www.sno.phy.queensu.ca/~phil/exiftool/" + SOURCE="Image-ExifTool" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://owl.phy.queensu.ca/~phil/exiftool/" -WGET_URL="http://owl.phy.queensu.ca/~phil/exiftool/$TARBALL" +WGET_URL="https://www.sno.phy.queensu.ca/~phil/$PACKAGE/$TARBALL" +SUGGESTED="perl-archive-zip perl-io-compress" DEPENDS="perl" BUILD_DEPENDS="perl" # Rules to configure and make the package. compile_rules() { - cd $src - perl Makefile.PL && make && + perl Makefile.PL && + make -j 1 && make DESTDIR=$DESTDIR install } @@ -29,4 +30,3 @@ cp -a $install/usr $fs rm -rf $fs/usr/share } -