mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
net-proxy: code style.
This commit is contained in:
@@ -2,16 +2,29 @@ SUMMARY="A transparent socks proxy for use with tor"
|
||||
DESCRIPTION="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."
|
||||
|
||||
HOMEPAGE="https://www.torproject.org"
|
||||
COPYRIGHT="
|
||||
2000-2008 Shaun Clowes
|
||||
2008-2011 Robert Hogan
|
||||
2005 Total Information Security Ltd.
|
||||
2010 Alex Rosenberg
|
||||
2004, 2006 Peter Palfrader
|
||||
2000 Alessandro Iurlano
|
||||
2004 Tomasz Kojm
|
||||
"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://torsocks.googlecode.com/files/torsocks-1.2.tar.gz"
|
||||
CHECKSUM_SHA256="bea57d3624d723724fd1e260f0e6b2a354c0da742c023aa994c7692270d111d4"
|
||||
|
||||
REVISION="1"
|
||||
PATCHES="torsocks-1.2.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/torsocks.conf manual
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
torsocks = $portVersion
|
||||
cmd:torsocks$secondaryArchSuffix
|
||||
@@ -21,6 +34,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
"
|
||||
@@ -34,23 +48,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="
|
||||
2000-2008 Shaun Clowes
|
||||
2008-2011 Robert Hogan
|
||||
2005 Total Information Security Ltd.
|
||||
2010 Alex Rosenberg
|
||||
2004, 2006 Peter Palfrader
|
||||
2000 Alessandro Iurlano
|
||||
2004 Tomasz Kojm
|
||||
"
|
||||
|
||||
PATCHES="torsocks-1.2.patch"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/torsocks.conf manual
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
|
||||
Reference in New Issue
Block a user