X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/a8ed0f84e6a937d5764360bf48e6b452e24f5d49..7b43aad7b3fb7abb9f07b2a837c06f5c19d8dc7b:/disabled-packages/man-db/build.sh diff --git a/disabled-packages/man-db/build.sh b/disabled-packages/man-db/build.sh index 0a6b9d7a..16c3e1da 100644 --- a/disabled-packages/man-db/build.sh +++ b/disabled-packages/man-db/build.sh @@ -1,8 +1,9 @@ TERMUX_PKG_HOMEPAGE=http://www.nongnu.org/man-db/ TERMUX_PKG_DESCRIPTION="Utilities for examining on-line help files (manual pages)" -TERMUX_PKG_VERSION=2.7.4 +TERMUX_PKG_VERSION=2.7.5 +TERMUX_PKG_BUILD_REVISION=1 TERMUX_PKG_SRCURL=http://mirror.csclub.uwaterloo.ca/nongnu/man-db/man-db-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-db=gdbm --with-config-file=/data/data/com.termux/files/usr/etc/man_db.conf --disable-setuid --with-systemdtmpfilesdir=/data/data/com.termux/files/usr/lib/tmpfiles.d" -TERMUX_PKG_DEPENDS="libandroid-support, flex, gdbm, less, libpipeline" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-db=gdbm --with-pager=less --with-config-file=/data/data/com.termux/files/usr/etc/man_db.conf --disable-setuid --with-browser=lynx --with-gzip=gzip --with-systemdtmpfilesdir=/data/data/com.termux/files/usr/lib/tmpfiles.d" +TERMUX_PKG_DEPENDS="flex, gdbm, groff, less, libandroid-support, libpipeline, lynx" export GROFF_TMAC_PATH="/data/data/com.termux/files/usr/lib/groff/site-tmac:/data/data/com.termux/files/usr/share/groff/site-tmac:/data/data/com.termux/files/usr/share/groff/current/tmac"