distorted-utils: Currently disabled.
[termux-packages] / packages / w3m / build.sh
CommitLineData
ecb2ad16
FF
1TERMUX_PKG_HOMEPAGE=http://w3m.sourceforge.net/
2TERMUX_PKG_DESCRIPTION="Text based Web browser and pager"
2c0ad432
FF
3local _MAJOR_VERSION=0.5.3
4local _MINOR_VERSION=20180125
1094cd45 5TERMUX_PKG_VERSION=0.5.3.$_MINOR_VERSION
2c0ad432 6TERMUX_PKG_SHA256=c75068ef06963c9e3fd387e8695a203c6edda2f467b5f2f754835afb75eb36f3
1094cd45
FF
7# The upstream w3m project is dead, but every linux distribution uses
8# this maintained fork in debian:
9TERMUX_PKG_SRCURL=https://github.com/tats/w3m/archive/v${_MAJOR_VERSION}+git${_MINOR_VERSION}.tar.gz
ecb2ad16
FF
10TERMUX_PKG_BUILD_IN_SRC=yes
11TERMUX_PKG_DEPENDS="libgc, ncurses, openssl"
6c79834f 12# ac_cv_func_bcopy=yes to avoid w3m defining it's own bcopy function, which
bccd6e27 13# breaks 64-bit builds where NDK headers define bcopy as a macro:
6c79834f 14TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_setpgrp_void=yes ac_cv_func_bcopy=yes"
ee7d67ae 15
676164fb
OS
16#Overwrite the default /usr/bin/firefox with termux-open-url as default external browser. That way, pressing "M" on a URL will open a link in Androids default Browser.
17TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-browser=termux-open-url"
18#Overwrite the default editor to just vi, as the default was /usr/bin/vi.
19TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-editor=vi"
83e7124d
FF
20# Avoid trying to build w3mimg:
21TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --enable-image=no"
676164fb 22
ee7d67ae
FF
23# For Makefile.in.patch:
24export TERMUX_PKG_BUILDER_DIR