From: Fredrik Fornwall Date: Wed, 28 Sep 2016 20:04:13 +0000 (-0400) Subject: libstrophe: Remove for now, use libmesode X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/96d3060ef33c4c561097f3d23a17f9449ab19af1 libstrophe: Remove for now, use libmesode --- diff --git a/packages/libstrophe/build.sh b/packages/libstrophe/build.sh deleted file mode 100644 index 7ac59d59..00000000 --- a/packages/libstrophe/build.sh +++ /dev/null @@ -1,13 +0,0 @@ -TERMUX_PKG_HOMEPAGE=http://strophe.im/libstrophe/ -TERMUX_PKG_DESCRIPTION="libstrophe is a minimal XMPP library written in C" -TERMUX_PKG_VERSION=0.9.1 -TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli" -TERMUX_PKG_SRCURL=https://github.com/strophe/libstrophe/archive/${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_FOLDERNAME=libstrophe-$TERMUX_PKG_VERSION -# Would also work with libxml2 -TERMUX_PKG_DEPENDS="openssl,libexpat" -TERMUX_PKG_BUILD_IN_SRC=yes - -termux_step_pre_configure() { -./bootstrap.sh -}