exiftool: rebuild with perl>=5.18 due to site scripts move.
This commit is contained in:
parent
2010752bad
commit
94be134f7e
|
@ -1,11 +1,11 @@
|
|||
# Template build file for 'exiftool'.
|
||||
pkgname=exiftool
|
||||
version=9.41
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz"
|
||||
checksum="6f9d1e1503c8ffba90485a7aef0685771ff162461ef1d928c7f27977a1ca1132"
|
||||
build_style=perl-module
|
||||
makedepends="perl>=5.16"
|
||||
makedepends="perl>=5.18"
|
||||
hostmakedepends="${makedepends}"
|
||||
wrksrc="Image-ExifTool-${version}"
|
||||
maintainer="Steven R <strob AT styez DOT com>"
|
||||
|
@ -17,6 +17,6 @@ exiftool_package() {
|
|||
noarch="yes"
|
||||
depends="${makedepends}"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue