wok-next view exiftool/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents fcdd50638150
children 21ab7a6eb192
line source
1 # SliTaz package receipt.
3 PACKAGE="exiftool"
4 VERSION="8.40"
5 CATEGORY="system-tools"
6 SHORT_DESC="Reading, writing and editing meta information in a wide variety of files"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="Artistic"
9 WEB_SITE="http://owl.phy.queensu.ca/~phil/exiftool/"
11 SOURCE="Image-ExifTool"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="http://owl.phy.queensu.ca/~phil/exiftool/$TARBALL"
15 BUILD_DEPENDS="perl"
17 compile_rules() {
18 perl Makefile.PL &&
19 make &&
20 make DESTDIR=$install install
21 }
23 genpkg_rules() {
24 cp -a $install/usr $fs
25 rm -rf $fs/usr/share
26 DEPENDS="perl"
27 SUGGESTED="perl-archive-zip perl-io-compress"
28 }