mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
lzlib: update to 1.15.
Also move the library documentation to -devel subpackage
This commit is contained in:
parent
537b46d072
commit
1c63bc55f2
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue