wok-next view exiftool/receipt @ rev 20406

Continue: json-c, json-glib, keyutils, libarchive, libassuan, libatasmart, libatomic_ops, libblockdev, libbytesize, libcroco, libdaemon, libesmtp, libffi, libgcrypt, libgpg-error, libgsf, libgudev, libgusb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 08 02:55:48 2017 +0200 (2017-12-08)
parents fa3066b12e16
children d5aab818505e
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 }