void-packages/srcpkgs/exiftool/template

18 lines
577 B
Plaintext
Raw Normal View History

2014-02-23 00:44:16 +01:00
# Template build file for 'exiftool'
2013-08-02 23:39:24 +02:00
pkgname=exiftool
2014-02-22 23:31:34 +01:00
version=9.53
2013-12-17 18:46:35 +01:00
revision=1
2013-08-02 23:39:24 +02:00
distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz"
2014-02-22 23:31:34 +01:00
checksum="35139b885e0f759faed0491ac69eb1b764a1e15fadad3271648bac074a06019c"
build_style="perl-module"
hostmakedepends="perl"
makedepends="${hostmakedepends}"
depends="perl"
maintainer="Steven R <dev@styez.com>"
2013-08-02 23:39:24 +02: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 23:31:34 +01:00
noarch="yes"
wrksrc="Image-ExifTool-${version}"