X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/722ed12d69bc2e936b4f437921b13cef76d2b596..295241d4043c55a41259b4846464e1668b2f6a5f:/packages/gnushogi/build.sh diff --git a/packages/gnushogi/build.sh b/packages/gnushogi/build.sh index 8d062e86..f74e8425 100644 --- a/packages/gnushogi/build.sh +++ b/packages/gnushogi/build.sh @@ -2,6 +2,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_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" TERMUX_PKG_RM_AFTER_INSTALL="info/gnushogi.info" TERMUX_PKG_DEPENDS="ncurses" @@ -14,5 +15,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 }