wok annotate exiftool/receipt @ rev 22215

updated xorg-libXfont and xorg-libXfont-dev (1.4.5 -> 1.5.4)
author Hans-G?nter Theisgen
date Mon Nov 11 16:18:32 2019 +0100 (2019-11-11)
parents fcdd50638150
children a129a22d1733
rev   line source
gokhlayeh@5868 1 # SliTaz package receipt.
gokhlayeh@5868 2
gokhlayeh@5868 3 PACKAGE="exiftool"
Hans-G?nter@20898 4 VERSION="11.28"
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"
Hans-G?nter@20898 9 WEB_SITE="https://www.sno.phy.queensu.ca/~phil/exiftool/"
Hans-G?nter@20898 10
gokhlayeh@5868 11 SOURCE="Image-ExifTool"
gokhlayeh@5868 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@20898 13 WGET_URL="https://www.sno.phy.queensu.ca/~phil/$PACKAGE/$TARBALL"
gokhlayeh@5868 14
Hans-G?nter@20898 15 SUGGESTED="perl-archive-zip perl-io-compress"
pascal@15588 16 DEPENDS="perl"
pascal@15588 17 BUILD_DEPENDS="perl"
pascal@15588 18
gokhlayeh@5868 19 # Rules to configure and make the package.
gokhlayeh@5868 20 compile_rules()
gokhlayeh@5868 21 {
Hans-G?nter@20898 22 perl Makefile.PL &&
Hans-G?nter@20898 23 make -j 1 &&
pascal@15588 24 make DESTDIR=$DESTDIR install
gokhlayeh@5868 25 }
gokhlayeh@5868 26
gokhlayeh@5868 27 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@5868 28 genpkg_rules()
gokhlayeh@5868 29 {
pascal@15588 30 cp -a $install/usr $fs
gokhlayeh@5868 31 rm -rf $fs/usr/share
gokhlayeh@5868 32 }