mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
remove spare line in yab1.7.4 recipe, changed yab-ide to use Sentence
casing, insure ~/config/settings/yab is created if it doesn't exist, fix find and replace.
This commit is contained in:
@@ -16,7 +16,7 @@ COPYRIGHT="
|
||||
"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
yab = $portVersion compat =1.7.4
|
||||
cmd:yab= $portVersion compat =1.7.4
|
||||
@@ -47,7 +47,6 @@ BUILD()
|
||||
make $jobArgs BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY`
|
||||
unzip -o App_YAB.zip
|
||||
copyattr App_YAB yab
|
||||
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
@@ -7,8 +7,9 @@ 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/yab1.7.4.tar.gz"
|
||||
CHECKSUM_SHA256="c757e7382006e7c266082c75d4aeefa951ed84a1ad64e97180e886cdda7f859a"
|
||||
SRC_URI="https://github.com/bbjimmy/Yab/archive/yab_ide2.2.4.tar.gz"
|
||||
CHECKSUM_SHA256="4be806c0daae4f842e9232a1af9ceb5ae8c9a83b9c9ab44cddf1f70e29ec0e32"
|
||||
|
||||
REVISION="1"
|
||||
LICENSE="Artistic"
|
||||
COPYRIGHT="
|
||||
@@ -42,7 +43,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:mkdepend
|
||||
"
|
||||
SOURCE_DIR="Yab-yab1.7.4"
|
||||
SOURCE_DIR="Yab-yab_ide2.2.4"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user