X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/7ce5638519cda066cd6adc547a574050c235c551..1d2a70c9792c64bd839e6ee95c718ab8cd42422c:/packages/pforth/build.sh diff --git a/packages/pforth/build.sh b/packages/pforth/build.sh index 21ecfad4..1d652942 100644 --- a/packages/pforth/build.sh +++ b/packages/pforth/build.sh @@ -1,12 +1,13 @@ TERMUX_PKG_HOMEPAGE=http://www.softsynth.com/pforth/ TERMUX_PKG_DESCRIPTION="Portable Forth in C" -_COMMIT=706b5e4b7faffb3fb4c58651be5df3e4bd2be794 -TERMUX_PKG_VERSION=20160530 +_COMMIT=f1994bf609c5b053c5c0d7db2062b570fa9f5ead +TERMUX_PKG_VERSION=20170116 TERMUX_PKG_SRCURL=https://github.com/philburk/pforth/archive/${_COMMIT}.zip -TERMUX_PKG_FOLDERNAME=pforth-${_COMMIT} +TERMUX_PKG_SHA256=fffd7aec1f6601c48a9e2baa284c82d4b22a77f5860a49d83bd811ca4ea18a05 TERMUX_PKG_HOSTBUILD=yes termux_step_host_build () { + cp -Rf $TERMUX_PKG_SRCDIR/* . cd build/unix CC=gcc make pfdicdat.h CC=gcc make all @@ -15,7 +16,7 @@ termux_step_host_build () { termux_step_pre_configure () { for file in pfdicdat.h pforth; do cp $TERMUX_PKG_HOSTBUILD_DIR/build/unix/$file $TERMUX_PKG_SRCDIR/build/unix/$file - $TERMUX_TOUCH -d "next hour" $TERMUX_PKG_SRCDIR/build/unix/$file + touch -d "next hour" $TERMUX_PKG_SRCDIR/build/unix/$file done export TERMUX_PKG_BUILDDIR=$TERMUX_PKG_SRCDIR/build/unix