X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/544181cd4fe22c3696af5d5d7d97a920dbc279c6..c26c759c0d52dde609bb0af1339c7b596f6ea284:/packages/gnushogi/build.sh diff --git a/packages/gnushogi/build.sh b/packages/gnushogi/build.sh index e4d9d3de..ea23a5f5 100644 --- a/packages/gnushogi/build.sh +++ b/packages/gnushogi/build.sh @@ -1,6 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/gnushogi/ TERMUX_PKG_DESCRIPTION="Program that plays the game of Shogi, also known as Japanese Chess" TERMUX_PKG_VERSION=1.4.2 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/gnushogi/gnushogi-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=1ecc48a866303c63652552b325d685e7ef5e9893244080291a61d96505d52b29 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_lib_curses_clrtoeol=yes --with-curses" @@ -15,5 +16,5 @@ termux_step_pre_configure() { termux_step_post_configure () { cp $TERMUX_PKG_HOSTBUILD_DIR/gnushogi/pat2inc $TERMUX_PKG_BUILDDIR/gnushogi/pat2inc # Update timestamps so that the binaries does not get rebuilt: - $TERMUX_TOUCH -d "next hour" $TERMUX_PKG_BUILDDIR/gnushogi/pat2inc + touch -d "next hour" $TERMUX_PKG_BUILDDIR/gnushogi/pat2inc }