dev-libs/tinyxml/2.6.1: tinyxml-2.6.1.bep
| File tinyxml-2.6.1.bep, 479 bytes (added by michaelvoliveira, 5 years ago) |
|---|
| Line | |
|---|---|
| 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.tar.gz" |
| 4 | REVISION="1" |
| 5 | STATUS_HAIKU="stable" |
| 6 | DEPEND="" |
| 7 | BUILD { |
| 8 | cd tinyxml |
| 9 | make |
| 10 | } |
| 11 | |
| 12 | INSTALL { |
| 13 | cd tinyxml |
| 14 | cp *.so* *.a /boot/common/lib |
| 15 | mkdir /boot/common/include/tinyxml |
| 16 | cp *.h /boot/common/include/tinyxml |
| 17 | } |
