mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
gloox: update to 1.0.21.
Closes #15100. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
6f6ab057a8
commit
c328b3f39a
1 changed files with 7 additions and 8 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'gloox'.
|
# Template file for 'gloox'
|
||||||
pkgname=gloox
|
pkgname=gloox
|
||||||
version=1.0.20
|
version=1.0.21
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
depends="zlib"
|
|
||||||
short_desc="The Portable XMPP Engine"
|
short_desc="The Portable XMPP Engine"
|
||||||
maintainer="Wilson Birney <wpb@360scada.com>"
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://camaya.net/gloox/"
|
homepage="https://camaya.net/gloox/"
|
||||||
distfiles="https://camaya.net/download/gloox-${version}.tar.bz2"
|
distfiles="https://camaya.net/download/gloox-${version}.tar.bz2"
|
||||||
checksum=0243086c0f4f0440d6d8e55705f83249a4463a1d75a034be42b5312e8886dea8
|
checksum=3c13155c10e3182a1a57779134cc524efb3657545849534b2831fae0e2c3a7cc
|
||||||
|
|
||||||
gloox-devel_package() {
|
gloox-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
@ -18,8 +18,7 @@ gloox-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/gloox-config
|
vmove usr/bin/gloox-config
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/*.a
|
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue