X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/0dba175ba81f9ccd246c9df0c424b282431ff0a2..ca7699c16955e3dd8cff7a5e75b20e7b0360d036:/packages/libuv/build.sh diff --git a/packages/libuv/build.sh b/packages/libuv/build.sh index c37bce7f..ffe7c974 100644 --- a/packages/libuv/build.sh +++ b/packages/libuv/build.sh @@ -1,17 +1,12 @@ -TERMUX_PKG_HOMEPAGE=https://github.com/joyent/libuv +TERMUX_PKG_HOMEPAGE=http://libuv.org TERMUX_PKG_DESCRIPTION="Support library with a focus on asynchronous I/O" -TERMUX_PKG_VERSION=1.8.0 +TERMUX_PKG_VERSION=1.11.0 TERMUX_PKG_SRCURL=http://dist.libuv.org/dist/v${TERMUX_PKG_VERSION}/libuv-v${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=0f686994dcea6cb5cd3f50e35d5fdda07211b4b3586516df7c39bdbf19acb9a7 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-dtrace" # needed for building on mac termux_step_pre_configure () { export LINK=$CXX export PLATFORM=android - cd $TERMUX_PKG_SRCDIR sh autogen.sh } - -termux_step_post_make_install () { - # The installed include/uv-unix includes pthread-fixes.h inside ifdef __ANDROID__ - cp $TERMUX_PKG_SRCDIR/include/pthread-fixes.h $TERMUX_PREFIX/include -}