mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
exiv2: update to 0.28.5.
This commit is contained in:
parent
6389d09ffd
commit
cc668cb5cb
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'exiv2'
|
# Template file for 'exiv2'
|
||||||
pkgname=exiv2
|
pkgname=exiv2
|
||||||
version=0.28.1
|
version=0.28.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DEXIV2_BUILD_SAMPLES=OFF -DEXIV2_ENABLE_BMFF=ON"
|
configure_args="-DEXIV2_BUILD_SAMPLES=OFF -DEXIV2_ENABLE_BMFF=ON"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.exiv2.org"
|
homepage="https://www.exiv2.org"
|
||||||
distfiles="https://github.com/Exiv2/exiv2/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/Exiv2/exiv2/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=3078651f995cb6313b1041f07f4dd1bf0e9e4d394d6e2adc6e92ad0b621291fa
|
checksum=e1671f744e379a87ba0c984617406fdf8c0ad0c594e5122f525b2fb7c28d394d
|
||||||
|
|
||||||
if [ -n "$XBPS_CHECK_PKGS" ]; then
|
if [ -n "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -DEXIV2_BUILD_UNIT_TESTS=ON"
|
configure_args+=" -DEXIV2_BUILD_UNIT_TESTS=ON"
|
||||||
|
@ -32,7 +32,7 @@ exiv2-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share/cmake
|
vmove usr/lib/cmake
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue