1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-21 08:27:09 +00:00
termux-packages/packages/wcalc/build.sh
Tee KOBAYASHI f8b402499f libmpfr: Rebuild with NDK r23b
to stop leaking compiler-rt builtin functions out of shared libraries.

Also rebuild some revdeps to get rid of reliance on leaked builtins.
2022-03-19 22:55:59 +05:30

10 lines
427 B
Bash

TERMUX_PKG_HOMEPAGE=http://w-calc.sourceforge.net
TERMUX_PKG_DESCRIPTION="Capable calculator"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.5
TERMUX_PKG_REVISION=5
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/w-calc/wcalc-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=0e2c17c20f935328dcdc6cb4c06250a6732f9ee78adf7a55c01133960d6d28ee
TERMUX_PKG_DEPENDS="flex,libmpfr,libgmp,readline"