2015-11-19 23:53:41 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=http://w3m.sourceforge.net/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Text based Web browser and pager"
|
|
|
|
TERMUX_PKG_VERSION=0.5.3
|
|
|
|
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/w3m/w3m/w3m-$TERMUX_PKG_VERSION/w3m-${TERMUX_PKG_VERSION}.tar.gz
|
|
|
|
TERMUX_PKG_BUILD_IN_SRC=yes
|
|
|
|
TERMUX_PKG_DEPENDS="libgc, ncurses, openssl"
|
2016-01-04 12:31:29 +01:00
|
|
|
# ac_cv_func_bcopy=yes to avoid w3m defining it's own bcopy function, which
|
|
|
|
# breaks 64-bit builds where NDK headers define bcopy as a mactro:
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_setpgrp_void=yes ac_cv_func_bcopy=yes"
|
2016-05-12 23:21:01 +02:00
|
|
|
|
|
|
|
# For Makefile.in.patch:
|
|
|
|
export TERMUX_PKG_BUILDER_DIR
|