X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/f8cce0c098bdfbfa2b6fb67933a08c2bd72db4b4..HEAD:/packages/linux-man-pages/build.sh diff --git a/packages/linux-man-pages/build.sh b/packages/linux-man-pages/build.sh index f6277e49..da8f2ac8 100644 --- a/packages/linux-man-pages/build.sh +++ b/packages/linux-man-pages/build.sh @@ -1,15 +1,17 @@ TERMUX_PKG_HOMEPAGE=https://www.kernel.org/doc/man-pages/ TERMUX_PKG_DESCRIPTION="Man pages for linux kernel and C library interfaces" -TERMUX_PKG_DEPENDS="man" -TERMUX_PKG_VERSION=4.10 +TERMUX_PKG_VERSION=4.14 +TERMUX_PKG_SHA256=3052b87898c313c089848a913e5cf44a0565cc4d21d94119ef6586d971f5c971 TERMUX_PKG_SRCURL=https://www.kernel.org/pub/linux/docs/man-pages/man-pages-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=7395dfc391d545385a998d23df9accb60f2020451c53940eaf8a07b6ea8a63fa +TERMUX_PKG_DEPENDS="man" TERMUX_PKG_EXTRA_MAKE_ARGS="prefix=$TERMUX_PREFIX" # man.7 and mdoc.7 is included with mandoc: # getconf man page included with the getconf package: TERMUX_PKG_RM_AFTER_INSTALL="share/man/man1 share/man/man8 share/man/man7/man.7 share/man/man7/mdoc.7 share/man/man1p/getconf.1p" TERMUX_PKG_PLATFORM_INDEPENDENT=true TERMUX_PKG_BUILD_IN_SRC=true +# Problems with changing permissions of non-built files +TERMUX_MAKE_PROCESSSES=1 termux_step_pre_configure() { # Bundle posix man pages in same package: