wok view exiftool/receipt @ rev 9691

module-init-tools: clean up
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 07 05:50:34 2011 +0000 (2011-05-07)
parents a1c72b96c128
children fcdd50638150
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 DEPENDS="perl"
9 BUILD_DEPENDS="perl"
10 SUGGESTED="perl-archive-zip perl-io-compress"
11 SOURCE="Image-ExifTool"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WEB_SITE="http://owl.phy.queensu.ca/~phil/exiftool/"
14 WGET_URL="http://owl.phy.queensu.ca/~phil/exiftool/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 perl Makefile.PL && make &&
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $_pkg/usr $fs
28 rm -rf $fs/usr/share
29 }