25 lines
815 B
Text
25 lines
815 B
Text
# Template file for 'torsocks'
|
|
pkgname=torsocks
|
|
version=1.2
|
|
revision=3
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --enable-oldmethod
|
|
--datarootdir=/usr/share/${pkgname}"
|
|
short_desc="A transparent socks proxy for use with tor"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://www.gnu.org/software/sed"
|
|
distfiles="https://torsocks.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
|
checksum=bea57d3624d723724fd1e260f0e6b2a354c0da742c023aa994c7692270d111d4
|
|
long_desc="
|
|
Torsocks allows you to use most socks-friendly applications in a safe way
|
|
with Tor. It ensures that DNS requests are handled safely and explicitly
|
|
rejects UDP traffic from the application you're using."
|
|
|
|
torsocks_package() {
|
|
conf_files="/etc/torsocks.conf"
|
|
pkg_install() {
|
|
vmove etc
|
|
vmove usr
|
|
}
|
|
}
|