21 lines
620 B
Text
21 lines
620 B
Text
|
# Template build file for 'exiftool'.
|
||
|
pkgname=exiftool
|
||
|
version=9.34
|
||
|
revision=1
|
||
|
distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz"
|
||
|
checksum="58d926effd396d214b9d56faa5271cc84a4956f1d9a8e043d391e59ef5a531d7"
|
||
|
build_style=perl-module
|
||
|
makedepends="perl>=5.16"
|
||
|
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 usr
|
||
|
}
|
||
|
}
|