wok-4.x view exiftool/receipt @ rev 7942
slitaz-mercurial-style: add missing icon and some fixes (again)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Jan 12 01:02:02 2011 +0100 (2011-01-12) |
parents | a1c72b96c128 |
children |
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 }