void-packages/srcpkgs/exiftool/template

23 lines
654 B
Text
Raw Normal View History

2013-08-02 21:39:24 +00:00
# Template build file for 'exiftool'.
pkgname=exiftool
2013-11-18 00:37:56 +00:00
version=9.41
revision=2
2013-08-02 21:39:24 +00:00
distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz"
2013-11-18 00:37:56 +00:00
checksum="6f9d1e1503c8ffba90485a7aef0685771ff162461ef1d928c7f27977a1ca1132"
2013-08-02 21:39:24 +00:00
build_style=perl-module
makedepends="perl>=5.18"
hostmakedepends="${makedepends}"
2013-08-02 21:39:24 +00:00
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
2013-08-02 21:39:24 +00:00
}
}