radare2: Patches to build on all arches
[termux-packages] / packages / libstrophe / build.sh
CommitLineData
51720bdf
OS
1TERMUX_PKG_HOMEPAGE=http://strophe.im/libstrophe/
2TERMUX_PKG_DESCRIPTION="libstrophe is a minimal XMPP library written in C"
3TERMUX_PKG_VERSION=0.8.20160905
4TERMUX_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
7TERMUX_PKG_SRCURL=https://github.com/strophe/libstrophe/archive/${_COMMIT}.tar.gz
8TERMUX_PKG_FOLDERNAME=libstrophe-$_COMMIT
9# Would also work with libxml2
10TERMUX_PKG_DEPENDS="openssl,libexpat"
11TERMUX_PKG_BUILD_IN_SRC=yes
12
13termux_step_pre_configure() {
14./bootstrap.sh
15}