2014-08-25 17:51:46 +00:00
|
|
|
# Template file for 'libstrophe'
|
|
|
|
pkgname=libstrophe
|
2015-08-19 07:00:06 +00:00
|
|
|
version=0.8.8
|
|
|
|
revision=1
|
2014-08-25 17:51:46 +00:00
|
|
|
build_style=gnu-configure
|
2015-03-27 21:43:12 +00:00
|
|
|
hostmakedepends="automake libtool pkg-config"
|
2015-03-27 09:50:40 +00:00
|
|
|
makedepends="expat-devel zlib-devel libressl-devel"
|
2014-08-25 17:51:46 +00:00
|
|
|
short_desc="A minimal XMPP library written in C"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2014-08-25 17:51:46 +00:00
|
|
|
license="GPL-3"
|
|
|
|
homepage="http://strophe.im/libstrophe/"
|
2014-11-30 20:05:09 +00:00
|
|
|
distfiles="https://github.com/strophe/libstrophe/archive/${version}.tar.gz"
|
2015-08-19 07:00:06 +00:00
|
|
|
checksum=08f4a85ef419a8bdf08b6afa8f7b2a0e5e180fdc9c16cede81af672ec10e21e7
|
2014-08-25 17:51:46 +00:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
NOCONFIGURE=1 ./bootstrap.sh
|
|
|
|
}
|
|
|
|
|
|
|
|
libstrophe-devel_package() {
|
|
|
|
short_desc+=" - development files"
|
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/*.a
|
|
|
|
vmove usr/lib/*.so
|
|
|
|
}
|
|
|
|
}
|