New package: exiftool.

This commit is contained in:
wertyi48 2013-08-02 18:39:24 -03:00
parent 2aeea617c9
commit 02360465cf
1 changed files with 21 additions and 0 deletions

21
srcpkgs/exiftool/template Normal file
View File

@ -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
}
}