mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
De-lint recipes.
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
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"
|
||||
SOURCE_URI="http://ftp.easysw.com/pub/mxml/2.6/mxml-2.6.tar.gz"
|
||||
CHECKSUM_MD5="68977789ae64985dddbd1a1a1652642e"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd mxml-2.6
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd mxml-2.6
|
||||
make install
|
||||
}
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="2009 Pierre Sarrazin."
|
||||
Reference in New Issue
Block a user