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