Files
haikuports/media-libs/exiftool/exiftool-10.42.recipe
2017-02-11 10:18:14 +00:00

49 lines
1012 B
Bash

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-2017 Phil Harvey"
LICENSE="GNU GPL v1
Artistic"
REVISION="1"
SOURCE_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-$portVersion.tar.gz"
CHECKSUM_SHA256="b172a18a658b17b9b2a9457ef739df679a563aff778db5a1337e54d3119143ac"
SOURCE_DIR="Image-ExifTool-$portVersion"
ARCHITECTURES="any"
PROVIDES="
exiftool = $portVersion
cmd:exiftool = $portVersion
"
REQUIRES="
haiku
cmd:perl >= 5.0.0
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:make
cmd:perl
"
BUILD()
{
perl Makefile.PL PREFIX=$prefix
make
}
INSTALL()
{
make install
}
TEST()
{
make test
}