wok rev 5868

Add: exiftool 8.25
author Antoine Bodin <gokhlayeh@mailoo.org>
date Tue Jul 20 18:58:07 2010 +0200 (2010-07-20)
parents 14f7cbd0ae89
children 19c3786ca47d
files exiftool/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/exiftool/receipt	Tue Jul 20 18:58:07 2010 +0200
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="exiftool"
     1.7 +VERSION="8.25"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Application for reading, writing and editing meta information in a wide variety of files."
    1.10 +MAINTAINER="gokhlayeh@mailoo.org"
    1.11 +DEPENDS="perl"
    1.12 +BUILD_DEPENDS="perl"
    1.13 +SUGGESTED="perl-archive-zip perl-io-compress"
    1.14 +SOURCE="Image-ExifTool"
    1.15 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 +WEB_SITE="http://owl.phy.queensu.ca/~phil/exiftool/"
    1.17 +WGET_URL="http://owl.phy.queensu.ca/~phil/exiftool/$TARBALL"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	perl Makefile.PL && make &&
    1.24 +	make DESTDIR=$PWD/_pkg install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	cp -a $_pkg/usr $fs
    1.31 +	rm -rf $fs/usr/share
    1.32 +}
    1.33 +