chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a8ed0f8
)
man-db: forgot groff dependency. Whoops.
author
Matthew Klein
<mklein994@gmail.com>
Tue, 3 Nov 2015 03:47:56 +0000
(21:47 -0600)
committer
Matthew Klein
<mklein994@gmail.com>
Tue, 3 Nov 2015 03:47:56 +0000
(21:47 -0600)
disabled-packages/man-db/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/disabled-packages/man-db/build.sh
b/disabled-packages/man-db/build.sh
index 0a6b9d7a0edd1e8a4ba555f48fe27c57b730ae20..a32ccb0f2869561548b257c0a2876ea644f157c0 100644
(file)
--- a/
disabled-packages/man-db/build.sh
+++ b/
disabled-packages/man-db/build.sh
@@
-3,6
+3,6
@@
TERMUX_PKG_DESCRIPTION="Utilities for examining on-line help files (manual pages
TERMUX_PKG_VERSION=2.7.4
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_VERSION=2.7.4
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_DEPENDS="
flex, gdbm, groff, less, libandroid-support
, libpipeline"
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"
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"