HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #553

Ticket #553: tor-0.2.2.35.bep

File tor-0.2.2.35.bep, 560 bytes (added by martinhpedersen, 4 years ago)
Line 
1DESCRIPTION="Anonymizing overlay network for TCP"
2HOMEPAGE="http://www.torproject.org/"
3SRC_URI="https://www.torproject.org/dist/tor-0.2.2.35.tar.gz"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND="openssl"
7CHECKSUM_MD5="dcecf699c4b929319d5f1ce0358d4835"
8BUILD {
9        cd tor-0.2.2.35
10        autoconf
11        ./configure --prefix=`finddir B_COMMON_DIRECTORY`
12        make
13}
14
15INSTALL {
16        cd tor-0.2.2.35
17        make install
18}
19
20TEST {
21        cd tor-0.2.2.35
22        make test
23}
24
25LICENSE="tor"
26COPYRIGHT="2001-2004, Roger Dingledine
27        2004-2006, Roger Dingledine, Nick Mathewson
28        2007-2011, The Tor Project, Inc."

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/