mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 15:50:07 +02:00
add mxml port
This commit is contained in:
19
dev-cpp/mxml/mxml-2.6.bep
Normal file
19
dev-cpp/mxml/mxml-2.6.bep
Normal 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
33484
dev-cpp/mxml/mxml-2.6.patch
Normal file
File diff suppressed because one or more lines are too long
5
dev-cpp/mxml/mxml.OptionalPackageDescription
Normal file
5
dev-cpp/mxml/mxml.OptionalPackageDescription
Normal 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
|
||||
Reference in New Issue
Block a user