termux-packages/x11-packages/galculator/build.sh

14 lines
598 B
Bash
Raw Normal View History

TERMUX_PKG_HOMEPAGE=https://sourceforge.net/projects/galculator/
2018-09-10 00:42:26 +02:00
TERMUX_PKG_DESCRIPTION="GTK+ based scientific calculator"
TERMUX_PKG_LICENSE="GPL-2.0"
2019-05-17 00:18:48 +02:00
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
2018-09-10 00:42:26 +02:00
TERMUX_PKG_VERSION=2.1.4
2019-11-01 00:49:25 +01:00
TERMUX_PKG_REVISION=8
2018-09-10 00:42:26 +02:00
TERMUX_PKG_SRCURL=http://galculator.mnim.org/downloads/galculator-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=01cfafe6606e7ec45facb708ef85efd6c1e8bb41001a999d28212a825ef778ae
TERMUX_PKG_DEPENDS="atk, gdk-pixbuf, glib, gtk3, libandroid-shmem, libcairo-x, pango-x"
2018-09-10 00:42:26 +02:00
termux_step_pre_configure() {
export LIBS="-landroid-shmem"
2018-09-10 00:42:26 +02:00
}