| 1 | DESCRIPTION="TinyXML is a simple, small, C++ XML parser that can be easily integrating into other programs" |
|---|
| 2 | HOMEPAGE="http://www.grinninglizard.com/tinyxml/index.html" |
|---|
| 3 | SRC_URI="http://sourceforge.net/projects/tinyxml/files/tinyxml/2.6.1/tinyxml_2_6_1.zip/download" |
|---|
| 4 | CHECKSUM_MD5="60f92af4f43364ab0c6d5b655e804bd3" |
|---|
| 5 | REVISION="2" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | DEPEND="" |
|---|
| 8 | |
|---|
| 9 | BUILD { |
|---|
| 10 | cd tinyxml |
|---|
| 11 | make -f Makefile.shlib |
|---|
| 12 | } |
|---|
| 13 | |
|---|
| 14 | INSTALL { |
|---|
| 15 | cd tinyxml |
|---|
| 16 | cp *.so* *.a /boot/common/lib |
|---|
| 17 | mkdir /boot/common/include/tinyxml |
|---|
| 18 | cp *.h /boot/common/include/tinyxml |
|---|
| 19 | } |
|---|
| 20 | |
|---|
| 21 | LICENSE="BSD (3-clause)" |
|---|
| 22 | COPYRIGHT="2001-2010 Lee Thomason" |
|---|