X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/5e7f900d5321347f8df36f338cc0e7a4b73a3c6e..295241d4043c55a41259b4846464e1668b2f6a5f:/packages/abook/build.sh diff --git a/packages/abook/build.sh b/packages/abook/build.sh index aa1b613d..705019b7 100644 --- a/packages/abook/build.sh +++ b/packages/abook/build.sh @@ -1,6 +1,8 @@ TERMUX_PKG_HOMEPAGE=http://abook.sourceforge.net/ TERMUX_PKG_DESCRIPTION="Abook is a text-based addressbook program designed to use with mutt mail client" TERMUX_PKG_VERSION=0.6.0pre2 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=http://abook.sourceforge.net/devel/abook-$TERMUX_PKG_VERSION.tar.gz +TERMUX_PKG_SHA256=59d444504109dd96816e003b3023175981ae179af479349c34fa70bc12f6d385 TERMUX_PKG_DEPENDS="libandroid-support, ncurses, readline" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--mandir=$TERMUX_PREFIX/share/man"