mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +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."
|
||||
@@ -1,14 +1,15 @@
|
||||
SUMMARY="Minimum XML Library"
|
||||
DESCRIPTION=" Mini-XML is a small XML parsing library that you can \
|
||||
use to read XML and XML-like data files in your application without \
|
||||
DESCRIPTION="Mini-XML is a small XML parsing library that you can \
|
||||
use to read XML and XML-like data files in your application without \
|
||||
requiring large non-standard libraries."
|
||||
HOMEPAGE="http://www.minixml.org/index.php"
|
||||
COPYRIGHT="2003-2014 Michael R Sweet"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://www.msweet.org/files/project3/mxml-2.9.tar.gz"
|
||||
CHECKSUM_SHA256="cded54653c584b24c4a78a7fa1b3b4377d49ac4f451ddf170ebbc8161d85ff92"
|
||||
SOURCE_DIR="mxml-2.9"
|
||||
REVISION="2"
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="2003-2014 Michael R Sweet"
|
||||
PATCHES="mxml-2.9.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 !x86 !x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 !x86"
|
||||
@@ -46,9 +47,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:ld${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PATCHES="mxml-2.9.patchset
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize -fci
|
||||
@@ -65,4 +63,4 @@ INSTALL()
|
||||
# libmxml
|
||||
# packageEntries devel \
|
||||
# $developDir
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user