Recipe cosmetics.

Improved SUMMARY/DESCRIPTIONs.
Re-ordered blocks.
This commit is contained in:
Humdinger
2015-08-24 17:25:09 +02:00
parent 8e317821a9
commit 44defae7e2
11 changed files with 141 additions and 193 deletions

View File

@@ -1,14 +1,17 @@
SUMMARY="A simple C++ XML parser"
DESCRIPTION="
TinyXML-2 is a simple, small, efficient, C++ XML parser that can be \
easily integrated into other programs.
"
SUMMARY="A small C++ XML Parser"
DESCRIPTION="Tinyxml is a simple, OS independent XML parser for the C++ \
language.
Timyxml was first created to solve the common text I/O file problem. It \
parses the XML into a DOM-like tree and is able to read and write XML files.\
It allows you to create your own document mark-ups or even construct an XML \
document from scratch with C++ objects."
HOMEPAGE="http://www.grinninglizard.com/tinyxml2/"
LICENSE="Zlib"
COPYRIGHT="2011-2013 Lee Thomason"
LICENSE="Zlib"
REVISION="1"
SOURCE_URI="https://github.com/leethomason/tinyxml2/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="f891224f32e7a06bf279290619cec80cc8ddc335c13696872195ffb87f5bce67"
REVISION="1"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -16,10 +19,18 @@ PROVIDES="
tinyxml2$secondaryArchSuffix = $portVersion
lib:libtinyxml2$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
tinyxml2${secondaryArchSuffix}_devel = $portVersion
devel:libtinyxml2$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
tinyxml2$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
@@ -56,13 +67,3 @@ TEST()
{
make test
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
tinyxml2${secondaryArchSuffix}_devel = $portVersion
devel:libtinyxml2$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
tinyxml2$secondaryArchSuffix == $portVersion base
"