25 lines
664 B
Bash
25 lines
664 B
Bash
# Template file for 'gloox'
|
|
pkgname=gloox
|
|
version=1.0.24
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
makedepends="zlib-devel"
|
|
short_desc="Portable XMPP Engine"
|
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://camaya.net/gloox"
|
|
distfiles="https://camaya.net/download/gloox-${version}.tar.bz2"
|
|
checksum=ae1462be2a2eb8fe5cd054825143617c53c2c9c7195606cb5a5ba68c0f68f9c9
|
|
|
|
gloox-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/bin/gloox-config
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|