mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-11 22:30:08 +02:00
20 lines
598 B
Plaintext
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
|
|
}
|