Browse Source

Add libtalloc package

android-5
Fredrik Fornwall 9 years ago
parent
commit
d13d71aa27
  1. 5
      packages/libtalloc/build.sh
  2. 0
      packages/libtalloc/wscript.patch

5
disabled-packages/libtalloc/build.sh → packages/libtalloc/build.sh

@ -1,11 +1,14 @@
# Compiles, but unused (proot will perhaps use it) # Compiles, but unused (proot will perhaps use it)
TERMUX_PKG_HOMEPAGE=https://talloc.samba.org/talloc/doc/html/index.html 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_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_SRCURL=https://www.samba.org/ftp/talloc/talloc-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_BUILD_IN_SRC="yes" TERMUX_PKG_BUILD_IN_SRC="yes"
termux_step_configure () { termux_step_configure () {
# Force fresh install:
rm -f $TERMUX_PREFIX/include/talloc.h
# Make sure symlinks are installed: # Make sure symlinks are installed:
rm $TERMUX_PREFIX/lib/libtalloc* || true rm $TERMUX_PREFIX/lib/libtalloc* || true

0
disabled-packages/libtalloc/wscript.patch → packages/libtalloc/wscript.patch

Loading…
Cancel
Save