From 6f7420b318636eedaf84213487b983655b5e35e1 Mon Sep 17 00:00:00 2001 From: Mrowqa Date: Mon, 16 Dec 2013 06:20:05 +0100 Subject: [PATCH] Corrected recipe file according to the comments. --- dev-libs/tinyxml2/tinyxml2-2.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/tinyxml2/tinyxml2-2.recipe b/dev-libs/tinyxml2/tinyxml2-2.recipe index 7caa2b027..55a7d77a6 100644 --- a/dev-libs/tinyxml2/tinyxml2-2.recipe +++ b/dev-libs/tinyxml2/tinyxml2-2.recipe @@ -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