X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/0411bce98c795d75599c32d8c17619891f3538eb..c691b0444ca34dca8b9fc7d73386fbd852efaf9e:/packages/ncurses/build.sh diff --git a/packages/ncurses/build.sh b/packages/ncurses/build.sh index 5bac62d0..b879baed 100755 --- a/packages/ncurses/build.sh +++ b/packages/ncurses/build.sh @@ -1,10 +1,8 @@ TERMUX_PKG_HOMEPAGE=http://invisible-island.net/ncurses/ TERMUX_PKG_DESCRIPTION="Library for text-based user interfaces in a terminal-independent manner" -_MAJOR_VERSION=6.0 -_MINOR_VERSION=20170722 -TERMUX_PKG_VERSION=${_MAJOR_VERSION}.${_MINOR_VERSION} -TERMUX_PKG_SRCURL=http://invisible-mirror.net/archives/ncurses/current/ncurses-${_MAJOR_VERSION}-${_MINOR_VERSION}.tgz -TERMUX_PKG_SHA256=5551eb34a75012a28dc500bf0b5b9cacce45763a0c843f2d5e8b1680be5edfd7 +TERMUX_PKG_VERSION=6.0.20170923 +TERMUX_PKG_SHA256=678a3549b144fd9ce00d5687d70eb8dd4352309f41790bdd0e7a4d94ade3361e +TERMUX_PKG_SRCURL=http://invisible-mirror.net/archives/ncurses/current/ncurses-${TERMUX_PKG_VERSION:0:3}-${TERMUX_PKG_VERSION:4}.tgz # --without-normal disables static libraries: TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" ac_cv_header_locale_h=no @@ -24,14 +22,16 @@ ac_cv_header_locale_h=no --with-shared " TERMUX_PKG_INCLUDE_IN_DEVPACKAGE=" -share/man/man1/ncursesw6-config.1 +share/man/man1/ncursesw6-config.1* bin/ncursesw6-config " TERMUX_PKG_RM_AFTER_INSTALL=" bin/captoinfo bin/infotocap -share/man/man1/captoinfo.1m -share/man/man1/infotocap.1m +share/man/man1/captoinfo.1* +share/man/man1/infotocap.1* +share/man/man5 +share/man/man7 " termux_step_pre_configure() {