Corrected recipe file according to the comments.

This commit is contained in:
Mrowqa
2013-12-16 06:20:05 +01:00
parent 0f8bbbdf68
commit 6f7420b318

View File

@@ -1,6 +1,6 @@
DESCRIPTION="
TinyXML-2 is a simple, small, efficient, C++ XML parser that can be
easily integrating into other programs.
easily integrated into other programs.
"
SUMMARY="TinyXML-2 is a simple C++ XML parser."
HOMEPAGE="http://www.grinninglizard.com/tinyxml2/"
@@ -8,7 +8,7 @@ LICENSE="Zlib"
COPYRIGHT="2011-2013 Lee Thomason"
SRC_URI="git+https://github.com/leethomason/tinyxml2.git#343a5ff3bdd7336644db4080f001759e062c359e"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -21,9 +21,9 @@ REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:make
@@ -46,7 +46,7 @@ INSTALL()
mv tinyxml2.h $includeDir
# prepare development lib links
prepareInstalledDevelLib libtinyxml2 .so
prepareInstalledDevelLib libtinyxml2
# devel package
packageEntries devel $developDir