From 1424d270275bf3fb42cf3c39e33d78df97c4ed51 Mon Sep 17 00:00:00 2001 From: Jim Date: Mon, 13 Apr 2015 22:51:25 -0700 Subject: [PATCH 1/5] YAB 1.7.4.4, yab-IDE 2.2.4.2 --- .../{yab-1.7.4.recipe => yab-1.7.4.4.recipe} | 27 +++--- haiku-apps/yab_ide/yab_ide-2.2.2.recipe | 78 ----------------- haiku-apps/yab_ide/yab_ide-2.2.3.recipe | 83 ------------------- ...de-2.2.4.recipe => yab_ide-2.2.4.2.recipe} | 55 ++++++------ 4 files changed, 36 insertions(+), 207 deletions(-) rename dev-lang/yab/{yab-1.7.4.recipe => yab-1.7.4.4.recipe} (69%) delete mode 100644 haiku-apps/yab_ide/yab_ide-2.2.2.recipe delete mode 100644 haiku-apps/yab_ide/yab_ide-2.2.3.recipe rename haiku-apps/yab_ide/{yab_ide-2.2.4.recipe => yab_ide-2.2.4.2.recipe} (64%) diff --git a/dev-lang/yab/yab-1.7.4.recipe b/dev-lang/yab/yab-1.7.4.4.recipe similarity index 69% rename from dev-lang/yab/yab-1.7.4.recipe rename to dev-lang/yab/yab-1.7.4.4.recipe index 26206d432..a79b125ab 100644 --- a/dev-lang/yab/yab-1.7.4.recipe +++ b/dev-lang/yab/yab-1.7.4.4.recipe @@ -3,9 +3,10 @@ DESCRIPTION=" yab is an extended version of yabasic, a BASIC programming language, with \ special commands designed for Haiku. " -HOMEPAGE="https://github.com/bbjimmy/Yab" -SRC_URI="https://github.com/bbjimmy/Yab/archive/yab1.7.4.tar.gz" -CHECKSUM_SHA256="c757e7382006e7c266082c75d4aeefa951ed84a1ad64e97180e886cdda7f859a" +HOMEPAGE="http://fatelk.com/yab" +SRC_URI="https://github.com/bbjimmy/YAB/archive/1.7.4.4.tar.gz" +CHECKSUM_SHA256="601a464731e510e0658028be7bfe4b344a5953e6c2490e99e05b604645e0ea58" + REVISION="1" LICENSE="Artistic" @@ -16,18 +17,16 @@ COPYRIGHT=" " ARCHITECTURES="x86_gcc2 x86 ?x86_64" - +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" - yab = $portVersion compat >= 1.7 - cmd:yab= $portVersion compat >= 1.7 + yab = $portVersion + cmd:yab= $portVersion " REQUIRES=" haiku$secondaryArchSuffix - lib:libncurses$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libncurses$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:bison @@ -35,10 +34,9 @@ BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix cmd:make cmd:mkdepend - cmd:unzip + cmd:resattr " - -SOURCE_DIR="Yab-yab1.7.4" +SOURCE_DIR=YAB-1.7.4.4 BUILD() { @@ -46,19 +44,16 @@ BUILD() cp -r src/* tmp cd tmp make $jobArgs BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY` - unzip -o App_YAB.zip - copyattr App_YAB yab + fixattributes.sh } INSTALL() { mkdir -p $binDir cp tmp/yab $binDir/ - mkdir -p $appsDir/yab-IDE cp -r src $appsDir/yab-IDE/src cp -r Documentation $appsDir/yab-IDE/Documentation - mkdir -p $documentationDir - ln -s $appsDir/yab-IDE/Documentation $documentationDir/yab-1.7.4 + ln -s $appsDir/yab-IDE/Documentation $documentationDir/yab-1.7.4.4 } diff --git a/haiku-apps/yab_ide/yab_ide-2.2.2.recipe b/haiku-apps/yab_ide/yab_ide-2.2.2.recipe deleted file mode 100644 index 6295aa0e1..000000000 --- a/haiku-apps/yab_ide/yab_ide-2.2.2.recipe +++ /dev/null @@ -1,78 +0,0 @@ -SUMMARY="integrated development environment for yab." -DESCRIPTION=" -Yab allows fast prototyping with simple and clean code. yab contains a large \ -number of BeAPI specific commands for GUI creation and much, much more. - -yab wouldn't be complete without the yab-IDE, a powerful development \ -environment, which of course is programmed in yab itself. -" -HOMEPAGE="http://sourceforge.net/projects/yab-interpreter" -SRC_URI="git+https://github.com/HaikuArchives/Yab.git#4014a60fd7f9bb786d1cf52e11483dee2d2f4d00" -REVISION="1" - -LICENSE="Artistic" -COPYRIGHT="1995-2006 Marc-Oliver Ihm (yabasic) - 2006-2009 Jan Bungeroth (yab improvements) - 2013 Jim Saxton (yab improvements)" - -ARCHITECTURES="x86_gcc2 x86 ?x86_64" - -PROVIDES=" - yab_ide$secondaryArchSuffix = $portVersion - app:yab_IDE = $portVersion - " - -REQUIRES=" - haiku$secondaryArchSuffix - lib:libncurses$secondaryArchSuffix - yab$secondaryArchSuffix >= 1.7.02 - devel:libncurses$secondaryArchSuffix - devel:libz$secondaryArchSuffix - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - devel:libncurses$secondaryArchSuffix - devel:libz$secondaryArchSuffix -" - -BUILD_PREREQUIRES=" - cmd:bison - cmd:flex - cmd:gcc$secondaryArchSuffix - cmd:make - cmd:mkdepend - cmd:perl - makefile_engine - " - -BUILD() -{ - cd src - make $jobArgs BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY` - unzip -o App_YAB.zip - copyattr App_YAB yab -} - -INSTALL() -{ - mkdir -p $binDir - mkdir -p tmp - mkdir -p tmp/buildfactory - - cp -r src/* tmp/buildfactory - cp -r yab-IDE/BuildFactory/* tmp/buildfactory/ - unzip -o tmp/buildfactory/parts/yabstuff.zip -d tmp/buildfactory/parts - cp yab-IDE/src/yab-IDE.yab tmp/buildfactory/ - - pushd tmp/buildfactory - BuildFactory.yab yab-IDE yab-IDE.yab application/x-vnd.yab-IDE - popd - - mkdir -p $appsDir - cp -r yab-IDE/ $appsDir/ - cp tmp/buildfactory/yab-IDE $appsDir/yab-IDE/ - cp yab-IDE/src/yab-IDE.yab $appsDir/yab-IDE/src/ - - addAppDeskbarSymlink $appsDir/yab-IDE/yab-IDE "Yab IDE" -} diff --git a/haiku-apps/yab_ide/yab_ide-2.2.3.recipe b/haiku-apps/yab_ide/yab_ide-2.2.3.recipe deleted file mode 100644 index 6f63ea6d0..000000000 --- a/haiku-apps/yab_ide/yab_ide-2.2.3.recipe +++ /dev/null @@ -1,83 +0,0 @@ -SUMMARY="An integrated development environment for yab" -DESCRIPTION=" -Yab allows fast prototyping with simple and clean code. yab contains a large \ -number of BeAPI specific commands for GUI creation and much, much more. - -yab wouldn't be complete without the yab-IDE, a powerful development \ -environment, which of course is programmed in yab itself. -" -HOMEPAGE="http://sourceforge.net/projects/yab-interpreter" -SRC_URI="https://github.com/HaikuArchives/Yab/archive/v1.7.3.tar.gz" -CHECKSUM_SIZE="1176449" -CHECKSUM_RMD160="f62fa02a585d9f6c5ee3eb9b781a06083352bd6f" -CHECKSUM_SHA512="a74edcf9718ee9a13a16ab0a99fbbed3cceebf1ea4bfac714b098d51531de7fdd0738e126b9a2e5d2f8d84fd0c153d9b7702e806cc91c6a97537dda11411e915" -SOURCE_DIR="Yab-1.7.3" - -REVISION="1" -LICENSE="Artistic" -COPYRIGHT=" - 1995-2006 Marc-Oliver Ihm (yabasic) - 2006-2009 Jan Bungeroth (yab improvements) - 2013 Jim Saxton (yab improvements) - " - -ARCHITECTURES="x86_gcc2 x86 ?x86_64" - -PROVIDES=" - yab_ide$secondaryArchSuffix = $portVersion - app:yab_IDE = $portVersion - " -REQUIRES=" - haiku$secondaryArchSuffix - lib:libncurses$secondaryArchSuffix - yab$secondaryArchSuffix >= 1.7.02 - devel:libncurses$secondaryArchSuffix - devel:libz$secondaryArchSuffix - " -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - devel:libncurses$secondaryArchSuffix - devel:libz$secondaryArchSuffix - " -BUILD_PREREQUIRES=" - cmd:bison - cmd:flex - cmd:gcc$secondaryArchSuffix - cmd:make - cmd:mkdepend - cmd:perl - makefile_engine - " - -BUILD() -{ - cd src - make $jobArgs BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY` - unzip -o App_YAB.zip - copyattr App_YAB yab - cd ../yab-IDE/BuildFactory - gcc -o yab-compress yab-compress.c -lz -} - -INSTALL() -{ - mkdir -p $binDir - mkdir -p tmp - mkdir -p tmp/buildfactory - - cp -r src/* tmp/buildfactory - cp -r yab-IDE/BuildFactory/* tmp/buildfactory/ - unzip -o tmp/buildfactory/parts/yabstuff.zip -d tmp/buildfactory/parts - cp yab-IDE/src/yab-IDE.yab tmp/buildfactory/ - - pushd tmp/buildfactory - BuildFactory.yab yab-IDE yab-IDE.yab application/x-vnd.yab-IDE - popd - - mkdir -p $appsDir - cp -r yab-IDE/ $appsDir/ - cp tmp/buildfactory/yab-IDE $appsDir/yab-IDE/ - cp yab-IDE/src/yab-IDE.yab $appsDir/yab-IDE/src/ - - addAppDeskbarSymlink $appsDir/yab-IDE/yab-IDE "Yab IDE" -} diff --git a/haiku-apps/yab_ide/yab_ide-2.2.4.recipe b/haiku-apps/yab_ide/yab_ide-2.2.4.2.recipe similarity index 64% rename from haiku-apps/yab_ide/yab_ide-2.2.4.recipe rename to haiku-apps/yab_ide/yab_ide-2.2.4.2.recipe index fc80d92e4..d80b29e60 100644 --- a/haiku-apps/yab_ide/yab_ide-2.2.4.recipe +++ b/haiku-apps/yab_ide/yab_ide-2.2.4.2.recipe @@ -6,16 +6,16 @@ number of BeAPI specific commands for GUI creation and much, much more. yab wouldn't be complete without the yab-IDE, a powerful development \ environment, which of course is programmed in yab itself. " -HOMEPAGE="https://github.com/bbjimmy/Yab" -SRC_URI="https://github.com/bbjimmy/Yab/archive/yab_ide2.2.4.tar.gz" -CHECKSUM_SHA256="4be806c0daae4f842e9232a1af9ceb5ae8c9a83b9c9ab44cddf1f70e29ec0e32" +HOMEPAGE="http://fatelk.com/yab" +SRC_URI="https://github.com/bbjimmy/YAB/archive/1.7.4.4.tar.gz" +CHECKSUM_SHA256="601a464731e510e0658028be7bfe4b344a5953e6c2490e99e05b604645e0ea58" -REVISION="2" +REVISION="1" LICENSE="Artistic" COPYRIGHT=" - 1995-2006 Marc-Oliver Ihm (yabasic) - 2006-2009 Jan Bungeroth (yab improvements) - 2013 Jim Saxton (yab improvements) + 1995-2006 Marc-Oliver Ihm (yabasic) + 2006-2009 Jan Bungeroth (yab improvements) + 2013-2015 Jim Saxton (yab improvements) " ARCHITECTURES="x86_gcc2 x86 ?x86_64" @@ -26,15 +26,12 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libncurses$secondaryArchSuffix lib:libz$secondaryArchSuffix - yab$secondaryArchSuffix >= 1.7.4 - devel:libncurses$secondaryArchSuffix + yab$secondaryArchSuffix >= 1.7.4.4 devel:libz$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libncurses$secondaryArchSuffix devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" @@ -43,39 +40,37 @@ BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix cmd:make cmd:mkdepend - cmd:unzip + cmd:resattr " -SOURCE_DIR="Yab-yab_ide2.2.4" +SOURCE_DIR=YAB-1.7.4.4 BUILD() { - cd src + pushd src make $jobArgs BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY` - unzip -o App_YAB.zip - copyattr App_YAB yab - cd ../yab-IDE/BuildFactory + fixattributes.sh + popd + pushd yab-IDE/BuildFactory gcc -o yab-compress yab-compress.c -lz + popd + mkdir -p tmp/buildfactory + cp -r src/* tmp/buildfactory + cp -r yab-IDE/BuildFactory/* tmp/buildfactory/ + cp yab-IDE/src/yab-IDE.yab tmp/buildfactory/ + pushd tmp/buildfactory + rm flex.c + BuildFactory.yab yab-IDE yab-IDE.yab application/x-vnd.yab-IDE + RdefApply parts/YAB-IDE.bf.rdef yab-IDE + addattr -t mime BEOS:TYPE application/x-vnd.be-elfexecutable yab-IDE + popd } INSTALL() { mkdir -p $binDir - mkdir -p tmp - mkdir -p tmp/buildfactory - - cp -r src/* tmp/buildfactory - cp -r yab-IDE/BuildFactory/* tmp/buildfactory/ - unzip -o tmp/buildfactory/parts/yabstuff.zip -d tmp/buildfactory/parts - cp yab-IDE/src/yab-IDE.yab tmp/buildfactory/ - - pushd tmp/buildfactory - BuildFactory.yab yab-IDE yab-IDE.yab application/x-vnd.yab-IDE - popd - mkdir -p $appsDir cp -r yab-IDE/ $appsDir/ cp tmp/buildfactory/yab-IDE $appsDir/yab-IDE/ - setversion $appsDir/yab-IDE/yab-IDE -app 2 2 4 g 0 -short "yab IDE" -long "An integrated development environment for yab" cp yab-IDE/src/yab-IDE.yab $appsDir/yab-IDE/src/ addAppDeskbarSymlink $appsDir/yab-IDE/yab-IDE "Yab IDE" } From 97b5892c116cb288e1ca96ceec10e67519198b1f Mon Sep 17 00:00:00 2001 From: Jim Date: Sun, 19 Apr 2015 09:49:37 -0700 Subject: [PATCH 2/5] change HOMEPAGE --- dev-lang/yab/yab-1.7.4.4.recipe | 3 +-- haiku-apps/yab_ide/yab_ide-2.2.4.2.recipe | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-lang/yab/yab-1.7.4.4.recipe b/dev-lang/yab/yab-1.7.4.4.recipe index a79b125ab..e27a75a0f 100644 --- a/dev-lang/yab/yab-1.7.4.4.recipe +++ b/dev-lang/yab/yab-1.7.4.4.recipe @@ -3,11 +3,10 @@ DESCRIPTION=" yab is an extended version of yabasic, a BASIC programming language, with \ special commands designed for Haiku. " -HOMEPAGE="http://fatelk.com/yab" +HOMEPAGE="http://yab.orgfree.com/" SRC_URI="https://github.com/bbjimmy/YAB/archive/1.7.4.4.tar.gz" CHECKSUM_SHA256="601a464731e510e0658028be7bfe4b344a5953e6c2490e99e05b604645e0ea58" - REVISION="1" LICENSE="Artistic" COPYRIGHT=" diff --git a/haiku-apps/yab_ide/yab_ide-2.2.4.2.recipe b/haiku-apps/yab_ide/yab_ide-2.2.4.2.recipe index d80b29e60..9c76f4d99 100644 --- a/haiku-apps/yab_ide/yab_ide-2.2.4.2.recipe +++ b/haiku-apps/yab_ide/yab_ide-2.2.4.2.recipe @@ -6,7 +6,7 @@ number of BeAPI specific commands for GUI creation and much, much more. yab wouldn't be complete without the yab-IDE, a powerful development \ environment, which of course is programmed in yab itself. " -HOMEPAGE="http://fatelk.com/yab" +HOMEPAGE="http://yab.orgfree.com/" SRC_URI="https://github.com/bbjimmy/YAB/archive/1.7.4.4.tar.gz" CHECKSUM_SHA256="601a464731e510e0658028be7bfe4b344a5953e6c2490e99e05b604645e0ea58" From 236de93c87f7c92f453049fad8dd842032bdfdb6 Mon Sep 17 00:00:00 2001 From: Jim Date: Sat, 25 Apr 2015 13:40:36 -0700 Subject: [PATCH 3/5] update to latest yab and ide --- .../yab/{yab-1.7.4.4.recipe => yab-1.7.4.5.recipe} | 11 +++++------ ...{yab_ide-2.2.4.2.recipe => yab_ide-2.2.4.4.recipe} | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) rename dev-lang/yab/{yab-1.7.4.4.recipe => yab-1.7.4.5.recipe} (80%) rename haiku-apps/yab_ide/{yab_ide-2.2.4.2.recipe => yab_ide-2.2.4.4.recipe} (87%) diff --git a/dev-lang/yab/yab-1.7.4.4.recipe b/dev-lang/yab/yab-1.7.4.5.recipe similarity index 80% rename from dev-lang/yab/yab-1.7.4.4.recipe rename to dev-lang/yab/yab-1.7.4.5.recipe index e27a75a0f..74bd491ee 100644 --- a/dev-lang/yab/yab-1.7.4.4.recipe +++ b/dev-lang/yab/yab-1.7.4.5.recipe @@ -3,16 +3,16 @@ DESCRIPTION=" yab is an extended version of yabasic, a BASIC programming language, with \ special commands designed for Haiku. " -HOMEPAGE="http://yab.orgfree.com/" -SRC_URI="https://github.com/bbjimmy/YAB/archive/1.7.4.4.tar.gz" -CHECKSUM_SHA256="601a464731e510e0658028be7bfe4b344a5953e6c2490e99e05b604645e0ea58" +HOMEPAGE="http://yab.orgfree.com" +SRC_URI="https://github.com/bbjimmy/YAB/archive/1.7.4.5.tar.gz" +CHECKSUM_SHA256="c3863ced3937add92e968bbbe437b5ce1d8306516e672ca319b866053899b825" REVISION="1" LICENSE="Artistic" COPYRIGHT=" 1995-2006 Marc-Oliver Ihm (yabasic) 2006-2009 Jan Bungeroth (yab improvements) - 2013 Jim Saxton (yab improvements) + 2013-2015 im Saxton (yab improvements) " ARCHITECTURES="x86_gcc2 x86 ?x86_64" @@ -33,9 +33,8 @@ BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix cmd:make cmd:mkdepend - cmd:resattr " -SOURCE_DIR=YAB-1.7.4.4 +SOURCE_DIR=YAB-1.7.4.5 BUILD() { diff --git a/haiku-apps/yab_ide/yab_ide-2.2.4.2.recipe b/haiku-apps/yab_ide/yab_ide-2.2.4.4.recipe similarity index 87% rename from haiku-apps/yab_ide/yab_ide-2.2.4.2.recipe rename to haiku-apps/yab_ide/yab_ide-2.2.4.4.recipe index 9c76f4d99..f5ab65e23 100644 --- a/haiku-apps/yab_ide/yab_ide-2.2.4.2.recipe +++ b/haiku-apps/yab_ide/yab_ide-2.2.4.4.recipe @@ -6,9 +6,9 @@ number of BeAPI specific commands for GUI creation and much, much more. yab wouldn't be complete without the yab-IDE, a powerful development \ environment, which of course is programmed in yab itself. " -HOMEPAGE="http://yab.orgfree.com/" -SRC_URI="https://github.com/bbjimmy/YAB/archive/1.7.4.4.tar.gz" -CHECKSUM_SHA256="601a464731e510e0658028be7bfe4b344a5953e6c2490e99e05b604645e0ea58" +HOMEPAGE="http://yab.orgfree.com" +SRC_URI="https://github.com/bbjimmy/YAB/archive/1.7.4.5.tar.gz" +CHECKSUM_SHA256="c3863ced3937add92e968bbbe437b5ce1d8306516e672ca319b866053899b825" REVISION="1" LICENSE="Artistic" @@ -40,9 +40,8 @@ BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix cmd:make cmd:mkdepend - cmd:resattr " -SOURCE_DIR=YAB-1.7.4.4 +SOURCE_DIR=YAB-1.7.4.5 BUILD() { @@ -50,7 +49,7 @@ BUILD() make $jobArgs BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY` fixattributes.sh popd - pushd yab-IDE/BuildFactory + pushd yab-IDE/BuildFactory gcc -o yab-compress yab-compress.c -lz popd mkdir -p tmp/buildfactory From c719a61a308098ac554efd34c48b9edb15fabbec Mon Sep 17 00:00:00 2001 From: Jim Date: Sun, 26 Apr 2015 08:31:56 -0700 Subject: [PATCH 4/5] fix typo --- dev-lang/yab/yab-1.7.4.5.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/yab/yab-1.7.4.5.recipe b/dev-lang/yab/yab-1.7.4.5.recipe index 74bd491ee..238f99164 100644 --- a/dev-lang/yab/yab-1.7.4.5.recipe +++ b/dev-lang/yab/yab-1.7.4.5.recipe @@ -12,7 +12,7 @@ LICENSE="Artistic" COPYRIGHT=" 1995-2006 Marc-Oliver Ihm (yabasic) 2006-2009 Jan Bungeroth (yab improvements) - 2013-2015 im Saxton (yab improvements) + 2013-2015 Jim Saxton (yab improvements) " ARCHITECTURES="x86_gcc2 x86 ?x86_64" From 571713df82b9c21cc6f603664e701e8c42a144c1 Mon Sep 17 00:00:00 2001 From: Jim Date: Tue, 28 Apr 2015 10:27:35 -0700 Subject: [PATCH 5/5] add comment and ./ --- dev-lang/yab/yab-1.7.4.5.recipe | 2 +- haiku-apps/yab_ide/yab_ide-2.2.4.4.recipe | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-lang/yab/yab-1.7.4.5.recipe b/dev-lang/yab/yab-1.7.4.5.recipe index 238f99164..78722d2e7 100644 --- a/dev-lang/yab/yab-1.7.4.5.recipe +++ b/dev-lang/yab/yab-1.7.4.5.recipe @@ -42,7 +42,7 @@ BUILD() cp -r src/* tmp cd tmp make $jobArgs BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY` - fixattributes.sh + ./fixattributes.sh } INSTALL() diff --git a/haiku-apps/yab_ide/yab_ide-2.2.4.4.recipe b/haiku-apps/yab_ide/yab_ide-2.2.4.4.recipe index f5ab65e23..ab2555b5e 100644 --- a/haiku-apps/yab_ide/yab_ide-2.2.4.4.recipe +++ b/haiku-apps/yab_ide/yab_ide-2.2.4.4.recipe @@ -30,6 +30,7 @@ REQUIRES=" yab$secondaryArchSuffix >= 1.7.4.4 devel:libz$secondaryArchSuffix " +# devel:libz$secondaryArchSuffix is needed both to build and for the BuildFactory to do its work. BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libz$secondaryArchSuffix