mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Recipe cosmetics.
Improved SUMMARY/DESCRIPTIONs. Re-ordered blocks.
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user