file: Update from 5.32 to 5.33
[termux-packages] / disabled-packages / ocaml / build.sh
1 TERMUX_PKG_HOMEPAGE=https://ocaml.org
2 TERMUX_PKG_DESCRIPTION="Programming language supporting functional, imperative and object-oriented styles"
3 TERMUX_PKG_VERSION=4.02.3
4 TERMUX_PKG_SRCURL=http://caml.inria.fr/pub/distrib/ocaml-4.02/ocaml-4.02.3.tar.xz
5 TERMUX_PKG_DEPENDS="pcre, openssl, libuuid"
6 TERMUX_PKG_BUILD_IN_SRC=yes
7
8 termux_step_configure () {
9 ./configure -prefix $TERMUX_PREFIX -mandir $TERMUX_PREFIX/share/man/man1 -cc "$CC $CFLAGS $CPPFLAGS $LDFLAGS" \
10 -host $TERMUX_HOST_PLATFORM
11 }