# HG changeset patch # User Antoine Bodin # Date 1279645087 -7200 # Node ID dd10257da40a2fc9cfbb26fd4d333d74ef8d4584 # Parent 14f7cbd0ae893deab1c3b8b68cb5924112475792 Add: exiftool 8.25 diff -r 14f7cbd0ae89 -r dd10257da40a exiftool/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/exiftool/receipt Tue Jul 20 18:58:07 2010 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="exiftool" +VERSION="8.25" +CATEGORY="system-tools" +SHORT_DESC="Application for reading, writing and editing meta information in a wide variety of files." +MAINTAINER="gokhlayeh@mailoo.org" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SUGGESTED="perl-archive-zip perl-io-compress" +SOURCE="Image-ExifTool" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://owl.phy.queensu.ca/~phil/exiftool/" +WGET_URL="http://owl.phy.queensu.ca/~phil/exiftool/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs + rm -rf $fs/usr/share +} +