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

Context Navigation

  • Back to Ticket #611

Ticket #611: elftoolchain-0.5.1.bep

File elftoolchain-0.5.1.bep, 633 bytes (added by scottmc, 3 years ago)

Initial .bep for elftoolchain, seems to need bmake or pmake in order to build.

Line 
1DESCRIPTION="BSD licenses implementations of essential compilation tools and libraries for handling ELF based program images"
2HOMEPAGE="http://sourceforge.net/apps/trac/elftoolchain"
3SRC_URI="http://downloads.sourceforge.net/project/elftoolchain/Sources/elftoolchain-0.5.1/elftoolchain-0.5.1.tgz"
4REVISION="1"
5STATUS_HAIKU="broken"
6DEPEND=""
7CHECKSUM_MD5="e2b9c90088d966c5da928c5478caa46f"
8BUILD {
9        cd elftoolchain-0.5.1
10        make
11}
12
13INSTALL {
14        cd elftoolchain-0.5.1
15        make install
16}
17
18TEST {
19        cd elftoolchain-0.5.1
20#       make test
21#       make check
22}
23
24LICENSE="BSD (2-clause)"
25COPYRIGHT="2006, 2008, 2010, 2011 Joseph Koshy
26        2009-2010 Kai Wang"

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/