18 lines
584 B
Text
18 lines
584 B
Text
# Template file for 'torsocks'
|
|
pkgname=torsocks
|
|
version=2.0.0
|
|
revision=1
|
|
hostmakedepends="automake libtool pkg-config"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --prefix=/usr"
|
|
conf_files="/etc/tor/torsocks.conf"
|
|
short_desc="A transparent socks proxy for use with tor"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="https://gitweb.torproject.org/torsocks.git"
|
|
distfiles="https://github.com/dgoulet/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=a01f9e5ccc8a6e1d4e13704581ec9675129c147d10d08f86635f7bceb8001f48
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|