mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
update to latest yab and ide
This commit is contained in:
@@ -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()
|
||||
{
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user