Add profanity, libstrophe and libotr (#431)
[termux-packages] / packages / libstrophe / build.sh
1 TERMUX_PKG_HOMEPAGE=http://strophe.im/libstrophe/
2 TERMUX_PKG_DESCRIPTION="libstrophe is a minimal XMPP library written in C"
3 TERMUX_PKG_VERSION=0.8.20160905
4 TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli"
5 # Using latest commit because since 0.8.8 it has been somewhat optimized for compilation on Android
6 _COMMIT=936ddb0d150ba3705e7190be274761331ef4fdca
7 TERMUX_PKG_SRCURL=https://github.com/strophe/libstrophe/archive/${_COMMIT}.tar.gz
8 TERMUX_PKG_FOLDERNAME=libstrophe-$_COMMIT
9 # Would also work with libxml2
10 TERMUX_PKG_DEPENDS="openssl,libexpat"
11 TERMUX_PKG_BUILD_IN_SRC=yes
12
13 termux_step_pre_configure() {
14 ./bootstrap.sh
15 }