libqb: update to 2.0.9.
This commit is contained in:
+9
-11
@@ -1,29 +1,27 @@
|
||||
# Template file for 'libqb'
|
||||
pkgname=libqb
|
||||
version=2.0.0
|
||||
revision=2
|
||||
version=2.0.9
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkg-config doxygen splint"
|
||||
makedepends="libxml2-devel"
|
||||
checkdepends="glib-devel"
|
||||
short_desc="High performance logging, tracing, ipc, poll"
|
||||
maintainer="Kevin Klopfenstein <kk@sudo-i.net>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://clusterlabs.github.io/libqb/"
|
||||
distfiles="https://github.com/ClusterLabs/libqb/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=8a744547433f26e43aac1b510584aa12ce575700a62d4e7e21a4ed2567b53232
|
||||
changelog="https://github.com/ClusterLabs/libqb/releases"
|
||||
distfiles="https://github.com/ClusterLabs/libqb/releases/download/v${version}/libqb-${version}.tar.gz"
|
||||
checksum=57288f02c64a67b096fc73641f90db5b885dc1edcdb0e66b6d861c600d4e000d
|
||||
|
||||
libqb-devel_package() {
|
||||
depends="libqb>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/man/man3
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
for _file in docs/man3/*.3
|
||||
do
|
||||
vman "$_file"
|
||||
done
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user