X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/3a90c03b0e9bb50d2e30a678f9a1752dc7775d4b..ef8babc94fe4d616262df81ac4cceac38b58a336:/packages/abook/build.sh diff --git a/packages/abook/build.sh b/packages/abook/build.sh index da6065aa..a739f416 100644 --- a/packages/abook/build.sh +++ b/packages/abook/build.sh @@ -1,5 +1,7 @@ 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_DEPENDS="libandroid-support, ncurses, readline" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--mandir=$TERMUX_PREFIX/share/man"