2018-11-29 14:00:47 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://sourceforge.net/projects/galculator/
|
2018-09-10 01:42:26 +03:00
|
|
|
TERMUX_PKG_DESCRIPTION="GTK+ based scientific calculator"
|
2019-01-21 18:50:21 +02:00
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
2020-05-14 01:01:15 +03:00
|
|
|
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
|
2018-09-10 01:42:26 +03:00
|
|
|
TERMUX_PKG_VERSION=2.1.4
|
2021-03-01 12:26:06 +02:00
|
|
|
TERMUX_PKG_REVISION=21
|
2018-09-10 01:42:26 +03:00
|
|
|
TERMUX_PKG_SRCURL=http://galculator.mnim.org/downloads/galculator-${TERMUX_PKG_VERSION}.tar.bz2
|
|
|
|
TERMUX_PKG_SHA256=01cfafe6606e7ec45facb708ef85efd6c1e8bb41001a999d28212a825ef778ae
|
2019-11-18 03:37:35 +02:00
|
|
|
TERMUX_PKG_DEPENDS="atk, gdk-pixbuf, glib, gtk3, libandroid-shmem, libcairo, pango"
|
2018-09-10 01:42:26 +03:00
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
2019-01-21 18:50:21 +02:00
|
|
|
export LIBS="-landroid-shmem"
|
2018-09-10 01:42:26 +03:00
|
|
|
}
|