ResourceEdit recipe: marked as broken on x86 and provided better description

This commit is contained in:
Artur Jamro
2014-01-05 16:47:13 +00:00
parent b6f2841c92
commit b254bda376

View File

@@ -1,6 +1,6 @@
DESCRIPTION="
Application predestined for editing resources. Resources are files put \
directly in binary ones that the application can always access them.
This is an editor for resource files (.rsrc), binary files that get compiled \
into an application and can then be accessed by that application.
"
SUMMARY="Resource editor"
HOMEPAGE="https://github.com/Mrowqa/ResourceEdit" # change!
@@ -9,7 +9,7 @@ COPYRIGHT="2012-2013 Tri-Edge AI"
SRC_URI="git+https://github.com/Mrowqa/ResourceEdit.git#06dd78d51830330e93ad305e42897027a8feca55" # change!
REVISION="1"
ARCHITECTURES="x86 ?x86_64"
ARCHITECTURES="!x86 ?x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
# for a different secondary architecture.
@@ -17,7 +17,7 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
else
ARCHITECTURES="$ARCHITECTURES !x86_gcc2"
fi
SECONDARY_ARCHITECTURES="x86 ?x86_64"
SECONDARY_ARCHITECTURES="!x86 ?x86_64"
PROVIDES="
resourceedit$secondaryArchSuffix = $portVersion