libqb: update to 2.0.0
This commit is contained in:
parent
713fa22c95
commit
b12c47697e
2 changed files with 6 additions and 4 deletions
|
@ -3748,7 +3748,7 @@ libgambit.so.4 gambit-4.9.3_1
|
||||||
liblog4cpp.so.5 log4cpp-1.1.3_1
|
liblog4cpp.so.5 log4cpp-1.1.3_1
|
||||||
libnuspell.so.3 libnuspell-3.0.0_1
|
libnuspell.so.3 libnuspell-3.0.0_1
|
||||||
liblog4c.so.3 log4c-1.2.4_1
|
liblog4c.so.3 log4c-1.2.4_1
|
||||||
libqb.so.0 libqb-1.0.5_1
|
libqb.so.100 libqb-2.0.0_1
|
||||||
libusbguard.so.0 usbguard-0.7.5_1
|
libusbguard.so.0 usbguard-0.7.5_1
|
||||||
libknet.so.1 libknet1-1.11_1
|
libknet.so.1 libknet1-1.11_1
|
||||||
libdrumstick-file.so.1 drumstick-1.1.2_1
|
libdrumstick-file.so.1 drumstick-1.1.2_1
|
||||||
|
|
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'libqb'
|
# Template file for 'libqb'
|
||||||
pkgname=libqb
|
pkgname=libqb
|
||||||
version=1.0.5
|
version=2.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
makedepends="libxml++-devel"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
short_desc="High performance logging, tracing, ipc, poll"
|
short_desc="High performance logging, tracing, ipc, poll"
|
||||||
maintainer="Kevin Klopfenstein <kk@sudo-i.net>"
|
maintainer="Kevin Klopfenstein <kk@sudo-i.net>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://clusterlabs.github.io/libqb/"
|
homepage="https://clusterlabs.github.io/libqb/"
|
||||||
distfiles="https://github.com/ClusterLabs/libqb/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/ClusterLabs/libqb/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=89fe0c743e5be15f2fa25849f107df41cb144928259752d5c797c13644eba6b1
|
checksum=8a744547433f26e43aac1b510584aa12ce575700a62d4e7e21a4ed2567b53232
|
||||||
|
|
||||||
libqb-devel_package() {
|
libqb-devel_package() {
|
||||||
depends="libqb-${version}_${revision}"
|
depends="libqb>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue