23 lines
687 B
Bash
23 lines
687 B
Bash
# Template file for 'libqb'
|
|
pkgname=libqb
|
|
version=1.0.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Libqb providing high performance logging, tracing, ipc, poll"
|
|
maintainer="Kevin Klopfenstein <kk@sudo-i.net>"
|
|
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=6053ccb497513ae3e420841747c1cf05dea50a0b11d9aa0b02d41971a4e3d2a1
|
|
|
|
libqb-devel_package() {
|
|
depends="libqb-${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|