Add libtalloc package

This commit is contained in:
Fredrik Fornwall 2016-03-21 20:08:20 -04:00
parent 4d2c855c2a
commit d13d71aa27
2 changed files with 4 additions and 1 deletions

View File

@ -1,11 +1,14 @@
# Compiles, but unused (proot will perhaps use it)
TERMUX_PKG_HOMEPAGE=https://talloc.samba.org/talloc/doc/html/index.html
TERMUX_PKG_DESCRIPTION="Hierarchical, reference counted memory pool system with destructors"
TERMUX_PKG_VERSION=2.1.5
TERMUX_PKG_VERSION=2.1.6
TERMUX_PKG_SRCURL=https://www.samba.org/ftp/talloc/talloc-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_BUILD_IN_SRC="yes"
termux_step_configure () {
# Force fresh install:
rm -f $TERMUX_PREFIX/include/talloc.h
# Make sure symlinks are installed:
rm $TERMUX_PREFIX/lib/libtalloc* || true