Add ltrace and ocaml disabled package definitions

This commit is contained in:
Fredrik Fornwall 2015-11-29 18:33:56 -05:00
parent 3a6638274a
commit 17ea4d62a0
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,5 @@
TERMUX_PKG_HOMEPAGE=http://www.ltrace.org/
TERMUX_PKG_DESCRIPTION="Tracks runtime library calls in dynamically linked programs"
TERMUX_PKG_VERSION=0.7.3
TERMUX_PKG_SRCURL=http://www.ltrace.org/ltrace_${TERMUX_PKG_VERSION}.orig.tar.bz2
TERMUX_PKG_FOLDERNAME=ltrace-${TERMUX_PKG_VERSION}

View File

@ -0,0 +1,11 @@
TERMUX_PKG_HOMEPAGE=https://ocaml.org
TERMUX_PKG_DESCRIPTION="Programming language supporting functional, imperative and object-oriented styles"
TERMUX_PKG_VERSION=4.02.3
TERMUX_PKG_SRCURL=http://caml.inria.fr/pub/distrib/ocaml-4.02/ocaml-4.02.3.tar.xz
TERMUX_PKG_DEPENDS="pcre, openssl, libuuid"
TERMUX_PKG_BUILD_IN_SRC=yes
termux_step_configure () {
./configure -prefix $TERMUX_PREFIX -mandir $TERMUX_PREFIX/share/man/man1 -cc "$CC $CFLAGS $CPPFLAGS $LDFLAGS" \
-host $TERMUX_HOST_PLATFORM
}