wok view exiftool/receipt @ rev 21799

Fix chromaprint & guvcview
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:12:53 2019 +0200 (2019-08-10)
parents fcdd50638150
children a129a22d1733
line source
1 # SliTaz package receipt.
3 PACKAGE="exiftool"
4 VERSION="11.28"
5 CATEGORY="system-tools"
6 SHORT_DESC="Application for reading, writing and editing meta information in a wide variety of files."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="Artistic"
9 WEB_SITE="https://www.sno.phy.queensu.ca/~phil/exiftool/"
11 SOURCE="Image-ExifTool"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="https://www.sno.phy.queensu.ca/~phil/$PACKAGE/$TARBALL"
15 SUGGESTED="perl-archive-zip perl-io-compress"
16 DEPENDS="perl"
17 BUILD_DEPENDS="perl"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 perl Makefile.PL &&
23 make -j 1 &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/usr $fs
31 rm -rf $fs/usr/share
32 }