torsocks: remove long_desc.

This commit is contained in:
Juan RP 2014-02-16 11:53:18 +01:00
parent 3b6043365f
commit de9bf512a1
1 changed files with 2 additions and 7 deletions

View File

@ -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."