New package: libstrophe-0.8.6.

This commit is contained in:
Juan RP 2014-08-25 19:51:46 +02:00
parent 325acc6e9a
commit 93e9ff4eaa
3 changed files with 30 additions and 0 deletions

View file

@ -1701,3 +1701,4 @@ libfcgi.so.0 fcgi-2.4.0_2
libdshconfig.so.1 libdshconfig-0.20.13_1
libpar2.so.1 libpar2-0.4_1
libsodium.so.13 libsodium-0.7.0_1
libstrophe.so.0 libstrophe-0.8.6_1

1
srcpkgs/libstrophe-devel Symbolic link
View file

@ -0,0 +1 @@
libstrophe

View file

@ -0,0 +1,28 @@
# Template file for 'libstrophe'
pkgname=libstrophe
version=0.8.6
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config git"
makedepends="expat-devel zlib-devel libressl-devel"
short_desc="A minimal XMPP library written in C"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://strophe.im/libstrophe/"
do_fetch() {
git clone git://github.com/strophe/libstrophe ${pkgname}-${version}
}
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
}
}