Update all source packages for xbps-src>=90.

This commit is contained in:
Juan RP
2014-01-01 16:10:11 +01:00
parent 94982a142c
commit 925d471cbf
1721 changed files with 3131 additions and 13803 deletions

View File

@@ -2,21 +2,15 @@
pkgname=exiftool
version=9.45
revision=1
noarch="yes"
distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz"
checksum="aa123e35c7648270418481d64cb9a2dddf4b223e11c93ea5df31e01823a04024"
build_style=perl-module
makedepends="perl>=5.18"
hostmakedepends="${makedepends}"
depends="${makedepends}"
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
}
}