|
|
|
TERMUX_PKG_HOMEPAGE=https://www.torproject.org
|
|
|
|
TERMUX_PKG_DESCRIPTION="The Onion Router anonymizing overlay network"
|
|
|
|
TERMUX_PKG_LICENSE="BSD 3-Clause"
|
|
|
|
TERMUX_PKG_MAINTAINER="Vishal Biswas @vishalbiswas"
|
|
|
|
TERMUX_PKG_VERSION=0.4.0.5
|
|
|
|
TERMUX_PKG_REVISION=1
|
|
|
|
TERMUX_PKG_SRCURL=https://www.torproject.org/dist/tor-$TERMUX_PKG_VERSION.tar.gz
|
|
|
|
TERMUX_PKG_SHA256=b5a2cbf0dcd3f1df2675dbd5ec10bbe6f8ae995c41b68cebe2bc95bffc90696e
|
|
|
|
TERMUX_PKG_DEPENDS="libevent, openssl, liblzma, zlib"
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-zstd --disable-unittests"
|
|
|
|
TERMUX_PKG_CONFFILES="etc/tor/torrc"
|
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
additional libraries should be specified in `LIBS` instead of `LDFLAGS` if using autotools
Fixes on-device build for: alpine, autossh, direvent, heyu, krb5, msmtp, redir,
screen, socat, tinyproxy, tor.
6 years ago
|
|
|
export LIBS="-llog"
|
|
|
|
}
|
|
|
|
|
|
|
|
termux_step_post_make_install() {
|
|
|
|
# use default config
|
|
|
|
mv "$TERMUX_PREFIX/etc/tor/torrc.sample" "$TERMUX_PREFIX/etc/tor/torrc"
|
|
|
|
}
|