mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
ResourceEdit recipe: marked as broken on x86 and provided better description
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
DESCRIPTION="
|
DESCRIPTION="
|
||||||
Application predestined for editing resources. Resources are files put \
|
This is an editor for resource files (.rsrc), binary files that get compiled \
|
||||||
directly in binary ones that the application can always access them.
|
into an application and can then be accessed by that application.
|
||||||
"
|
"
|
||||||
SUMMARY="Resource editor"
|
SUMMARY="Resource editor"
|
||||||
HOMEPAGE="https://github.com/Mrowqa/ResourceEdit" # change!
|
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!
|
SRC_URI="git+https://github.com/Mrowqa/ResourceEdit.git#06dd78d51830330e93ad305e42897027a8feca55" # change!
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
|
|
||||||
ARCHITECTURES="x86 ?x86_64"
|
ARCHITECTURES="!x86 ?x86_64"
|
||||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||||
# for a different secondary architecture.
|
# for a different secondary architecture.
|
||||||
@@ -17,7 +17,7 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
|||||||
else
|
else
|
||||||
ARCHITECTURES="$ARCHITECTURES !x86_gcc2"
|
ARCHITECTURES="$ARCHITECTURES !x86_gcc2"
|
||||||
fi
|
fi
|
||||||
SECONDARY_ARCHITECTURES="x86 ?x86_64"
|
SECONDARY_ARCHITECTURES="!x86 ?x86_64"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
resourceedit$secondaryArchSuffix = $portVersion
|
resourceedit$secondaryArchSuffix = $portVersion
|
||||||
|
|||||||
Reference in New Issue
Block a user