4194f00a86
* openjdk: update to tag 172 * openjdk: update to tag 174 * valac: update from 0.36.3 to 0.36.4 * squid: fix building with unified headers * krb5: fix building with unified headers * tor: update from 0.3.0.8 to 0.3.0.9
18 lines
629 B
Bash
18 lines
629 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.torproject.org
|
|
TERMUX_PKG_DESCRIPTION="The Onion Router anonymizing overlay network"
|
|
TERMUX_PKG_DEPENDS="libevent, openssl"
|
|
TERMUX_PKG_VERSION=0.3.0.9
|
|
TERMUX_PKG_SRCURL=https://www.torproject.org/dist/tor-$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=48d4880bf6ccb19ce9af2abde6946d7cf0635cc807548badbf4a221a79581e42
|
|
TERMUX_PKG_CONFFILES="etc/tor/torrc"
|
|
TERMUX_PKG_MAINTAINER="Vishal Biswas @vishalbiswas"
|
|
|
|
termux_step_pre_configure () {
|
|
LDFLAGS="$LDFLAGS -llog"
|
|
}
|
|
|
|
termux_step_post_make_install () {
|
|
# use default config
|
|
mv "$TERMUX_PREFIX/etc/tor/torrc.sample" "$TERMUX_PREFIX/etc/tor/torrc"
|
|
}
|