wok-next view exiftool/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents d5aab818505e
children 320a68949c99
line source
1 # SliTaz package receipt v2.
3 PACKAGE="exiftool"
4 VERSION="11.17"
5 CATEGORY="system-tools"
6 SHORT_DESC="Read, write and edit meta information in a wide variety of files"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="Artistic"
9 WEB_SITE="http://owl.phy.queensu.ca/~phil/exiftool/"
10 HOST_ARCH="any"
12 TARBALL="Image-ExifTool-$VERSION.tar.gz"
13 WGET_URL="http://owl.phy.queensu.ca/~phil/exiftool/$TARBALL"
14 TARBALL_SHA1="9ad727f0b588fd08212591654b93c095649d26da"
15 TARBALL_MD5="c7d93ac2a472c9843845a4ff152b4eb7"
17 BUILD_DEPENDS="perl"
19 compile_rules() {
20 perl Makefile.PL &&
21 make &&
22 make DESTDIR=$install install || return 1
24 find $install -type f -exec chmod u+w '{}' \;
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="perl"
30 SUGGESTED="perl-archive-zip perl-io-compress"
31 }