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

Context Navigation

  • Back to Ticket #693

Ticket #693: bencode-tools-2011-03-15.bep

File bencode-tools-2011-03-15.bep, 629 bytes (added by nicholas, 2 years ago)
Line 
1DESCRIPTION="C and Python tools for manipulating bencoded data"
2HOMEPAGE="http://zakalwe.fi/~shd/foss/bencode-tools/"
3SRC_URI="http://zakalwe.fi/~shd/foss/bencode-tools/bencode-tools-2011-03-15.tar.bz2"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7CHECKSUM_MD5="d125b574d7dbcef98efe81e4d54951d1"
8BUILD {
9        cd bencode-tools-2011-03-15
10        CFLAGS="-I`finddir B_COMMON_DIRECTORY`/include" ./configure --prefix=`finddir B_COMMON_DIRECTORY` --mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
11        make
12}
13
14INSTALL {
15        cd bencode-tools-2011-03-15
16        make install
17}
18
19LICENSE="Public Domain"
20COPYRIGHT="2002 - 2005 Bram Cohen and Ross Cohen"

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/