wok view exiftool/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents fa3066b12e16
children d7da2b03d39b
line source
1 # SliTaz package receipt.
3 PACKAGE="exiftool"
4 VERSION="8.40"
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 SUGGESTED="perl-archive-zip perl-io-compress"
10 SOURCE="Image-ExifTool"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://owl.phy.queensu.ca/~phil/exiftool/"
13 WGET_URL="http://owl.phy.queensu.ca/~phil/exiftool/$TARBALL"
15 DEPENDS="perl"
16 BUILD_DEPENDS="perl"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 perl Makefile.PL && make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 rm -rf $fs/usr/share
31 }