New package: exiftool.
This commit is contained in:
parent
2aeea617c9
commit
02360465cf
|
@ -0,0 +1,21 @@
|
|||
# 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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue