X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/2e27b20c4e667fd899f930118bcbdbe1f695c366..1a580ceeb6453298c1e06b5a66e91ccdcdc54842:/packages/ncurses/build.sh diff --git a/packages/ncurses/build.sh b/packages/ncurses/build.sh index ef5ced64..813f1f8c 100755 --- a/packages/ncurses/build.sh +++ b/packages/ncurses/build.sh @@ -1,10 +1,11 @@ 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=20170610 +_MINOR_VERSION=20170729 TERMUX_PKG_VERSION=${_MAJOR_VERSION}.${_MINOR_VERSION} -TERMUX_PKG_SRCURL=ftp://invisible-island.net/ncurses/current/ncurses-${_MAJOR_VERSION}-${_MINOR_VERSION}.tgz -TERMUX_PKG_SHA256=4c196bd0f1bf0ce643c1547cc7fc25cee713d21299a660eeb9b5dfa8becacb45 +TERMUX_PKG_REVISION=1 +TERMUX_PKG_SRCURL=http://invisible-mirror.net/archives/ncurses/current/ncurses-${_MAJOR_VERSION}-${_MINOR_VERSION}.tgz +TERMUX_PKG_SHA256=eaf15a7bc7aaca35fef7dc0ff04cb0d803b50fe1f9578904ff1a49fb04bdcdb1 # --without-normal disables static libraries: TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" ac_cv_header_locale_h=no @@ -23,13 +24,17 @@ ac_cv_header_locale_h=no --without-tests --with-shared " +TERMUX_PKG_INCLUDE_IN_DEVPACKAGE=" +share/man/man1/ncursesw6-config.1* +bin/ncursesw6-config +" TERMUX_PKG_RM_AFTER_INSTALL=" bin/captoinfo bin/infotocap -bin/ncursesw6-config -share/man/man1/captoinfo.1m -share/man/man1/infotocap.1m -share/man/man1/ncursesw6-config.1 +share/man/man1/captoinfo.1* +share/man/man1/infotocap.1* +share/man/man5 +share/man/man7 " termux_step_pre_configure() {