void-packages/srcpkgs/exiftool/template

18 lines
575 B
Text
Raw Normal View History

2014-02-22 19:44:16 -04:00
# Template build file for 'exiftool'
2013-08-02 18:39:24 -03:00
pkgname=exiftool
2014-05-20 13:44:42 -03:00
version=9.61
2013-12-17 13:46:35 -04:00
revision=1
2013-08-02 18:39:24 -03:00
distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz"
2014-05-20 13:44:42 -03:00
checksum=e30196938f291f95fa94bff87e7c3a395373b953d6359e078a172442e1a278e5
2014-02-22 18:31:34 -04:00
build_style="perl-module"
hostmakedepends="perl"
makedepends="${hostmakedepends}"
depends="perl"
maintainer="Steven R <dev@styez.com>"
2013-08-02 18:39:24 -03:00
homepage="http://www.sno.phy.queensu.ca/~phil/exiftool/"
license="GPL"
short_desc="Reader and rewriter of EXIF informations that supports raw files"
2014-02-22 18:31:34 -04:00
noarch="yes"
wrksrc="Image-ExifTool-${version}"