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. " HOMEPAGE="http://www.minixml.org/index.php" SRC_URI="http://www.minixml.org/software.php?VERSION=2.6&FILE=mxml/2.6/mxml-2.6.tar.gz" REVISION="1" STATUS_R5="untested" STATUS_BONE="untested" STATUS_HAIKU="stable" DEPEND="" BUILD { setgcc gcc4 cd mxml-2.6 ./configure --build='i586-pc-beos' --prefix=/boot/common --enable-shared make } INSTALL { cd mxml-2.6 make install }