From e8a4d8783b816148d7a3d9d1871da6372ab94037 Mon Sep 17 00:00:00 2001 From: Zoltan Mizsei Date: Sun, 3 Apr 2016 12:53:58 +0200 Subject: [PATCH] Exiftool update --- media-gfx/exiftool/exiftool-10.13.recipe | 43 ++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 media-gfx/exiftool/exiftool-10.13.recipe diff --git a/media-gfx/exiftool/exiftool-10.13.recipe b/media-gfx/exiftool/exiftool-10.13.recipe new file mode 100644 index 000000000..4b887fb3b --- /dev/null +++ b/media-gfx/exiftool/exiftool-10.13.recipe @@ -0,0 +1,43 @@ +SUMMARY="A Perl library and a command-line tool for editing image metdata" +DESCRIPTION="ExifTool is both a Perl library and a command-line script that \ +enables editing of the metadata of a large variety of files. This includes all \ +major image formats which support metadata as well as the vendor-specific \ +metadata of numerous digital cameras." +HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/" +COPYRIGHT="2003-2016 Phil Harvey" +LICENSE="GNU GPL v1 + Artistic" +REVISION="1" +SOURCE_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-10.13.tar.gz" +CHECKSUM_SHA256="830ad5e28bc049ec69950c2a48e5703aff2cb05956b80ed21aa65167afab56a9" +SOURCE_DIR="Image-ExifTool-$portVersion" + +ARCHITECTURES="x86 x86_gcc2" + +PROVIDES=" + exiftool = $portVersion + cmd:exiftool = $portVersion + " +REQUIRES=" + haiku + perl >= 5.0.0 + " + +BUILD_REQUIRES=" + haiku_devel + " +BUILD_PREREQUIRES=" + cmd:make + cmd:perl + " + +BUILD() +{ + perl Makefile.PL PREFIX=$prefix + make +} + +INSTALL() +{ + make install +}