mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Corrected recipe file according to the comments.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user