Files
haikuports/dev-cpp/mxml/mxml-2.6.bep
Michael Vinícius de Oliveira a11e56d15e add mxml port
2009-10-30 07:49:16 +00:00

20 lines
598 B
Plaintext

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
}