2015-11-30 00:33:56 +01:00
|
|
|
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"
|
2019-08-12 17:56:27 +02:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
2015-11-30 00:33:56 +01:00
|
|
|
|
2019-02-08 10:37:29 +01:00
|
|
|
termux_step_configure() {
|
2015-11-30 00:33:56 +01:00
|
|
|
./configure -prefix $TERMUX_PREFIX -mandir $TERMUX_PREFIX/share/man/man1 -cc "$CC $CFLAGS $CPPFLAGS $LDFLAGS" \
|
|
|
|
-host $TERMUX_HOST_PLATFORM
|
|
|
|
}
|