wok-next view exiftool/receipt @ rev 21682

updated gifsicle (1.91 -> 1.92)
author Hans-G?nter Theisgen
date Mon Jun 29 15:15:42 2020 +0100 (2020-06-29)
parents 21ab7a6eb192
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="exiftool"
4 VERSION="12.01"
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/"
11 TARBALL="Image-ExifTool-$VERSION.tar.gz"
12 WGET_URL="http://owl.phy.queensu.ca/~phil/exiftool/$TARBALL"
13 #TARBALL_SHA1="9ad727f0b588fd08212591654b93c095649d26da"
14 #TARBALL_MD5="c7d93ac2a472c9843845a4ff152b4eb7"
16 BUILD_DEPENDS="perl"
18 HOST_ARCH="any"
20 compile_rules()
21 {
22 perl Makefile.PL &&
23 make &&
24 make DESTDIR=$install install || return 1
26 find $install -type f -exec chmod u+w '{}' \;
27 }
29 genpkg_rules()
30 {
31 copy @std
32 DEPENDS="perl"
33 SUGGESTED="perl-archive-zip perl-io-compress"
34 }