void-packages/srcpkgs/torsocks/template
2016-02-26 10:41:42 +00:00

20 lines
605 B
Bash

# Template file for 'torsocks'
pkgname=torsocks
version=2.1.0
revision=2
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@voidlinux.eu>"
license="GPL-3"
homepage="https://gitweb.torproject.org/torsocks.git"
distfiles="https://github.com/dgoulet/${pkgname}/archive/v${version}.tar.gz"
checksum=a72c3ea757f5fe81d1ab91e0d5f0d83f195e235aae66d4df2f88a20db7028104
patch_args="-Np1"
pre_configure() {
autoreconf -fi
}