mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
exiftool: make this pkg cross buildable.
This commit is contained in:
parent
0b79ec3b99
commit
7d5bd94281
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version
|
||||||
checksum="de8f979cecf3ddfcbbe930465b22c608c19efaf4615658904e3b03e3dcc95df1"
|
checksum="de8f979cecf3ddfcbbe930465b22c608c19efaf4615658904e3b03e3dcc95df1"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
makedepends="perl>=5.16"
|
makedepends="perl>=5.16"
|
||||||
|
hostmakedepends="${makedepends}"
|
||||||
wrksrc="Image-ExifTool-${version}"
|
wrksrc="Image-ExifTool-${version}"
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
maintainer="Steven R <strob AT styez DOT com>"
|
||||||
homepage="http://www.sno.phy.queensu.ca/~phil/exiftool/"
|
homepage="http://www.sno.phy.queensu.ca/~phil/exiftool/"
|
||||||
|
@ -18,4 +19,4 @@ exiftool_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue