termux-packages/packages/abook/build.sh

16 lines
615 B
Bash
Raw Normal View History

2016-08-09 20:53:32 +02:00
TERMUX_PKG_HOMEPAGE=http://abook.sourceforge.net/
TERMUX_PKG_DESCRIPTION="Abook is a text-based addressbook program designed to use with mutt mail client"
2019-01-20 22:39:59 +01:00
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
2019-04-13 09:24:57 +02:00
TERMUX_PKG_VERSION=0.6.1
2016-08-09 20:53:32 +02:00
TERMUX_PKG_SRCURL=http://abook.sourceforge.net/devel/abook-$TERMUX_PKG_VERSION.tar.gz
2020-01-13 02:00:07 +01:00
TERMUX_PKG_SHA256=f0a90df8694fb34685ecdd45d97db28b88046c15c95e7b0700596028bd8bc0f9
2016-08-09 20:53:32 +02:00
TERMUX_PKG_DEPENDS="libandroid-support, ncurses, readline"
2016-08-09 22:05:23 +02:00
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--mandir=$TERMUX_PREFIX/share/man"
2019-04-13 09:24:57 +02:00
termux_step_pre_configure() {
aclocal
automake --add-missing
autoreconf
}