tor: Bump revision after patch
[termux-packages] / packages / tor / build.sh
1 TERMUX_PKG_HOMEPAGE=https://www.torproject.org
2 TERMUX_PKG_DESCRIPTION="The Onion Router anonymizing overlay network"
3 TERMUX_PKG_DEPENDS="libevent, openssl, liblzma"
4 TERMUX_PKG_VERSION=0.3.1.8
5 TERMUX_PKG_REVISION=1
6 TERMUX_PKG_SHA256=7df6298860a59f410ff8829cf7905a50c8b3a9094d51a8553603b401e4b5b1a1
7 TERMUX_PKG_SRCURL=https://www.torproject.org/dist/tor-$TERMUX_PKG_VERSION.tar.gz
8 TERMUX_PKG_CONFFILES="etc/tor/torrc"
9 TERMUX_PKG_MAINTAINER="Vishal Biswas @vishalbiswas"
10
11 termux_step_pre_configure () {
12 LDFLAGS="$LDFLAGS -llog"
13 }
14
15 termux_step_post_make_install () {
16 # use default config
17 mv "$TERMUX_PREFIX/etc/tor/torrc.sample" "$TERMUX_PREFIX/etc/tor/torrc"
18 }