26 lines
658 B
Bash
26 lines
658 B
Bash
# Template file for 'gloox'.
|
|
pkgname=gloox
|
|
version=1.0.20
|
|
revision=2
|
|
build_style=gnu-configure
|
|
makedepends="zlib-devel"
|
|
depends="zlib"
|
|
short_desc="The Portable XMPP Engine"
|
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
|
license="GPL-3"
|
|
homepage="https://camaya.net/gloox/"
|
|
distfiles="https://camaya.net/download/gloox-${version}.tar.bz2"
|
|
checksum=0243086c0f4f0440d6d8e55705f83249a4463a1d75a034be42b5312e8886dea8
|
|
|
|
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/*.a
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|