wok annotate exiftool/receipt @ rev 17344

Add symlinks.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Nov 06 15:27:15 2014 +0200 (2014-11-06)
parents fa3066b12e16
children d7da2b03d39b
rev   line source
gokhlayeh@5868 1 # SliTaz package receipt.
gokhlayeh@5868 2
gokhlayeh@5868 3 PACKAGE="exiftool"
gokhlayeh@7472 4 VERSION="8.40"
gokhlayeh@5868 5 CATEGORY="system-tools"
gokhlayeh@5868 6 SHORT_DESC="Application for reading, writing and editing meta information in a wide variety of files."
gokhlayeh@6999 7 MAINTAINER="gokhlayeh@slitaz.org"
pascal@15588 8 LICENSE="Artistic"
gokhlayeh@5868 9 SUGGESTED="perl-archive-zip perl-io-compress"
gokhlayeh@5868 10 SOURCE="Image-ExifTool"
gokhlayeh@5868 11 TARBALL="$SOURCE-$VERSION.tar.gz"
gokhlayeh@5868 12 WEB_SITE="http://owl.phy.queensu.ca/~phil/exiftool/"
gokhlayeh@5868 13 WGET_URL="http://owl.phy.queensu.ca/~phil/exiftool/$TARBALL"
gokhlayeh@5868 14
pascal@15588 15 DEPENDS="perl"
pascal@15588 16 BUILD_DEPENDS="perl"
pascal@15588 17
gokhlayeh@5868 18 # Rules to configure and make the package.
gokhlayeh@5868 19 compile_rules()
gokhlayeh@5868 20 {
gokhlayeh@5868 21 cd $src
gokhlayeh@5868 22 perl Makefile.PL && make &&
pascal@15588 23 make DESTDIR=$DESTDIR install
gokhlayeh@5868 24 }
gokhlayeh@5868 25
gokhlayeh@5868 26 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@5868 27 genpkg_rules()
gokhlayeh@5868 28 {
pascal@15588 29 cp -a $install/usr $fs
gokhlayeh@5868 30 rm -rf $fs/usr/share
gokhlayeh@5868 31 }
gokhlayeh@5868 32