termux-packages/packages/libgmp/build.sh

14 lines
537 B
Bash
Raw Normal View History

2015-06-13 01:03:31 +02:00
TERMUX_PKG_HOMEPAGE=https://gmplib.org/
2017-01-14 09:41:59 +01:00
TERMUX_PKG_DESCRIPTION="Library for arbitrary precision arithmetic"
2019-01-21 13:53:58 +01:00
TERMUX_PKG_LICENSE="LGPL-3.0"
2017-01-14 09:41:59 +01:00
TERMUX_PKG_VERSION=6.1.2
2018-04-09 23:41:28 +02:00
TERMUX_PKG_REVISION=3
2018-08-22 16:43:24 +02:00
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/gmp/gmp-${TERMUX_PKG_VERSION}.tar.xz
2018-04-09 23:41:28 +02:00
TERMUX_PKG_SHA256=87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-cxx"
termux_step_pre_configure() {
# the cxx tests fail because it won't link properly without this
CXXFLAGS+=" -L$TERMUX_PREFIX/lib"
}