Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
2 additions and
2 deletions
-
packages/libcln/build.sh
|
|
@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://www.ginac.de/CLN/ |
|
|
|
TERMUX_PKG_DESCRIPTION="CLN is a library for efficient computations with all kinds of numbers in arbitrary precision" |
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0" |
|
|
|
TERMUX_PKG_VERSION=1.3.4 |
|
|
|
TERMUX_PKG_REVISION=4 |
|
|
|
TERMUX_PKG_REVISION=5 |
|
|
|
TERMUX_PKG_SRCURL=https://fossies.org/linux/privat/cln-$TERMUX_PKG_VERSION.tar.xz |
|
|
|
TERMUX_PKG_SHA256=c32e59b6afbcf8b84075ab454c42982429c6ea9675aee2bbda176cb85293e38f |
|
|
|
TERMUX_PKG_DEPENDS="libgmp" |
|
|
|
TERMUX_PKG_DEPENDS="libc++, libgmp" |
|
|
|
TERMUX_PKG_BUILD_IN_SRC=yes |
|
|
|
|
|
|
|
termux_step_pre_configure() { |
|
|
|