torsocks: remove long_desc.
This commit is contained in:
parent
3b6043365f
commit
de9bf512a1
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'torsocks'
|
||||
pkgname=torsocks
|
||||
version=1.2
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-oldmethod
|
||||
--datarootdir=/usr/share/${pkgname}"
|
||||
configure_args="--disable-static --enable-oldmethod --datarootdir=/usr/share/${pkgname}"
|
||||
conf_files="/etc/torsocks.conf"
|
||||
short_desc="A transparent socks proxy for use with tor"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -12,7 +11,3 @@ 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."
|
||||
|
|
Loading…
Reference in New Issue