wok-next view exiftool/receipt @ rev 6397
Bumped cairomm, pango, pangomm for build server. Up: gparted to 0.6.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Sep 24 17:59:08 2010 +0000 (2010-09-24) |
parents | 2095653db7f6 |
children | a1c72b96c128 |
line source
1 # SliTaz package receipt.
3 PACKAGE="exiftool"
4 VERSION="8.31"
5 CATEGORY="system-tools"
6 SHORT_DESC="Application for reading, writing and editing meta information in a wide variety of files."
7 MAINTAINER="gokhlayeh@mailoo.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 }