lzlib: update to 1.15.

Also move the library documentation to -devel subpackage
This commit is contained in:
Matt Boehlke 2025-01-19 21:29:15 -06:00 committed by Leah Neukirchen
parent 537b46d072
commit 1c63bc55f2

View file

@ -1,6 +1,6 @@
# Template file for 'lzlib'
pkgname=lzlib
version=1.14
version=1.15
revision=1
build_style=configure
configure_args="--enable-shared --disable-static"
@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://www.nongnu.org/lzip/lzlib"
distfiles="${NONGNU_SITE}/lzip/lzlib/lzlib-${version}.tar.gz"
checksum=5acac8714ed4f306020bae660dddce706e5f8a795863679037da9fe6bf4dcf6f
checksum=4afab907a46d5a7d14e927a1080c3f4d7e3ca5a0f9aea81747d8fed0292377ff
do_configure() {
./configure --prefix=/usr $configure_args CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
@ -25,5 +25,6 @@ lzlib-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/share/info
}
}