mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
exiftool: bump to 11.00 (production release)
This commit is contained in:
48
media-libs/exiftool/exiftool-11.00.recipe
Normal file
48
media-libs/exiftool/exiftool-11.00.recipe
Normal file
@@ -0,0 +1,48 @@
|
||||
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="https://www.sno.phy.queensu.ca/~phil/exiftool/"
|
||||
COPYRIGHT="2003-2018 Phil Harvey"
|
||||
LICENSE="GNU GPL v1
|
||||
Artistic"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="07f00780290eac5d9f00792ec16df845292b0cd7f8e7715146b753f761a37b57"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user