22 lines
654 B
Text
Executable file
22 lines
654 B
Text
Executable file
# Template build file for 'exiftool'.
|
|
pkgname=exiftool
|
|
version=9.41
|
|
revision=2
|
|
distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz"
|
|
checksum="6f9d1e1503c8ffba90485a7aef0685771ff162461ef1d928c7f27977a1ca1132"
|
|
build_style=perl-module
|
|
makedepends="perl>=5.18"
|
|
hostmakedepends="${makedepends}"
|
|
wrksrc="Image-ExifTool-${version}"
|
|
maintainer="Steven R <strob AT styez DOT com>"
|
|
homepage="http://www.sno.phy.queensu.ca/~phil/exiftool/"
|
|
license="GPL"
|
|
short_desc="Reader and rewriter of EXIF informations that supports raw files"
|
|
|
|
exiftool_package() {
|
|
noarch="yes"
|
|
depends="${makedepends}"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|