mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
qpdf: update to 11.6.4. Move cmake files to libqpdf-devel
This commit is contained in:
parent
ce971dce28
commit
4a66ced3e4
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'qpdf'
|
||||
pkgname=qpdf
|
||||
version=11.6.3
|
||||
version=11.6.4
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="perl pkg-config"
|
||||
|
@ -11,7 +11,7 @@ license="Apache-2.0"
|
|||
homepage="https://github.com/qpdf/qpdf"
|
||||
changelog="https://raw.githubusercontent.com/qpdf/qpdf/stable/manual/release-notes.rst"
|
||||
distfiles="https://github.com/qpdf/qpdf/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=79e980c249feeb614de8ff30d16cc361f6d50512479eb57832016ce13a043b06
|
||||
checksum=8da100130dff5dfc0bd637752a39687cf4a4f591ca3bfaf17fd4ceff0c0529f2
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args="-DLL_FMT=%lld -DRANDOM_DEVICE=/dev/urandom"
|
||||
|
@ -28,6 +28,7 @@ libqpdf-devel_package() {
|
|||
depends="libqpdf>=${version}_${revision} libjpeg-turbo zlib-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
|
|
Loading…
Add table
Reference in a new issue