De-lint recipes.

This commit is contained in:
Kostadin Damyanov
2015-08-04 08:25:40 +03:00
parent b0e207e38d
commit 3e0dd2696c
20 changed files with 200 additions and 1717 deletions

View File

@@ -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
}
}