* convert all .bep files to follow shell syntax

* rename all .bep files to .recipe
This commit is contained in:
Oliver Tappe
2013-03-29 16:31:03 +00:00
parent 94cc6aaf85
commit 60aba35d64
937 changed files with 4094 additions and 2047 deletions

View File

@@ -0,0 +1,32 @@
DESCRIPTION="Anonymizing overlay network for TCP"
HOMEPAGE="http://www.torproject.org/"
SRC_URI="https://www.torproject.org/dist/tor-0.2.2.35.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-libs/openssl >= 0.9.8
dev-libs/libevent >= 2.0.10"
CHECKSUM_MD5="dcecf699c4b929319d5f1ce0358d4835"
BUILD()
{
cd tor-0.2.2.35
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd tor-0.2.2.35
make install
}
TEST()
{
cd tor-0.2.2.35
make test
}
LICENSE="Zlib"
COPYRIGHT="2001-2004, Roger Dingledine
2004-2006, Roger Dingledine, Nick Mathewson
2007-2011, The Tor Project, Inc."