2013-08-02 23:39:24 +02:00
|
|
|
# Template build file for 'exiftool'.
|
|
|
|
pkgname=exiftool
|
2013-08-25 01:49:40 +02:00
|
|
|
version=9.35
|
2013-08-02 23:39:24 +02:00
|
|
|
revision=1
|
|
|
|
distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz"
|
2013-08-25 01:49:40 +02:00
|
|
|
checksum="de8f979cecf3ddfcbbe930465b22c608c19efaf4615658904e3b03e3dcc95df1"
|
2013-08-02 23:39:24 +02:00
|
|
|
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
|
|
|
|
}
|
|
|
|
}
|