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.34.bep

File tor-0.2.2.34.bep, 570 bytes (added by martinhpedersen, 4 years ago)

bep

Line 
1DESCRIPTION="Anonymizing overlay network for TCP"
2HOMEPAGE="http://www.torproject.org/"
3SRC_URI="https://www.torproject.org/dist/tor-0.2.2.34.tar.gz"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND="openssl"
7CHECKSUM_MD5="0f1bbb8e086ea2aba41ff7f898fcf3bd"
8BUILD {
9        cd tor-0.2.2.34
10        automake
11        autoconf
12        ./configure --prefix=`finddir B_COMMON_DIRECTORY`
13        make
14}
15
16INSTALL {
17        cd tor-0.2.2.34
18        make install
19}
20
21TEST {
22        cd tor-0.2.2.34
23        make test
24}
25
26LICENSE="tor"
27COPYRIGHT="2001-2004, Roger Dingledine
28        2004-2006, Roger Dingledine, Nick Mathewson
29        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/