Ticket #255: mxml-2.6.bep
| File mxml-2.6.bep, 528 bytes (added by michaelvoliveira, 6 years ago) |
|---|
| Line | |
|---|---|
| 1 | DESCRIPTION="Mini-XML is a small XML library that you can use to read and write XML and XML-like data files in your application without requiring large non-standard libraries. " |
| 2 | HOMEPAGE="http://www.minixml.org/index.php" |
| 3 | SRC_URI="http://ftp.easysw.com/pub/mxml/2.6/mxml-2.6.tar.gz" |
| 4 | REVISION="1" |
| 5 | STATUS_R5="untested" |
| 6 | STATUS_BONE="untested" |
| 7 | STATUS_HAIKU="stable" |
| 8 | DEPEND="" |
| 9 | BUILD { |
| 10 | cd mxml-2.6 |
| 11 | ./configure --prefix=/boot/common --enable-shared |
| 12 | make |
| 13 | } |
| 14 | |
| 15 | INSTALL { |
| 16 | cd mxml-2.6 |
| 17 | make install |
| 18 | } |
