16 lines
591 B
Bash
16 lines
591 B
Bash
# Template file for 'exiftool'
|
|
pkgname=exiftool
|
|
version=9.90
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="Image-ExifTool-${version}"
|
|
build_style="perl-module"
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
short_desc="Reader and rewriter of EXIF informations that supports raw files"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.sno.phy.queensu.ca/~phil/exiftool/"
|
|
license="Artistic, GPL-1"
|
|
distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz"
|
|
checksum=64f602773cd2051fd3ab614464f4b39492383ba2742263cddbb4df27855b7089
|