diff --git a/haiku-apps/resourceedit/resourceedit-1.recipe b/haiku-apps/resourceedit/resourceedit-1.recipe index ec122a826..a5441c57b 100644 --- a/haiku-apps/resourceedit/resourceedit-1.recipe +++ b/haiku-apps/resourceedit/resourceedit-1.recipe @@ -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