wok-next annotate exiftool/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents fcdd50638150
children 21ab7a6eb192
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"
al@21020 6 SHORT_DESC="Reading, writing and editing meta information in a wide variety of files"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15588 8 LICENSE="Artistic"
al@21020 9 WEB_SITE="http://owl.phy.queensu.ca/~phil/exiftool/"
al@21020 10
gokhlayeh@5868 11 SOURCE="Image-ExifTool"
gokhlayeh@5868 12 TARBALL="$SOURCE-$VERSION.tar.gz"
gokhlayeh@5868 13 WGET_URL="http://owl.phy.queensu.ca/~phil/exiftool/$TARBALL"
gokhlayeh@5868 14
pascal@15588 15 BUILD_DEPENDS="perl"
pascal@15588 16
al@21020 17 compile_rules() {
al@21020 18 perl Makefile.PL &&
al@21020 19 make &&
al@21020 20 make DESTDIR=$install install
gokhlayeh@5868 21 }
gokhlayeh@5868 22
al@21020 23 genpkg_rules() {
pascal@15588 24 cp -a $install/usr $fs
gokhlayeh@5868 25 rm -rf $fs/usr/share
al@21020 26 DEPENDS="perl"
al@21020 27 SUGGESTED="perl-archive-zip perl-io-compress"
gokhlayeh@5868 28 }