add mxml port

This commit is contained in:
Michael Vinícius de Oliveira
2009-10-30 07:49:16 +00:00
parent fd8fec0fd3
commit a11e56d15e
3 changed files with 33508 additions and 0 deletions

19
dev-cpp/mxml/mxml-2.6.bep Normal file
View File

@@ -0,0 +1,19 @@
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
}

33484
dev-cpp/mxml/mxml-2.6.patch Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
Package: mxml
Version: 2.6
Copyright: 2009 Pierre Sarrazin.
License: LGPL v2.0
URL: http://www.minixml.org/index.php