wok view exiftool/receipt @ rev 9281

Add some perl modules for backuppc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 16 09:12:53 2011 +0100 (2011-03-16)
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 }