updated requires, added hash

This commit is contained in:
Jim
2014-03-25 11:19:42 -07:00
parent 9347601d1f
commit 5092bc1544

View File

@@ -3,7 +3,7 @@ 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 allows fast prototyping with simple and clean code. yab contains a large number of BeAPI specific commands for GUI creation and much, much more.
" "
HOMEPAGE="http://sourceforge.net/projects/yab-interpreter" HOMEPAGE="http://sourceforge.net/projects/yab-interpreter"
SRC_URI="git+https://github.com/bbjimmy/Yab.git" SRC_URI="git+https://github.com/bbjimmy/Yab.git#f4dcf31ed252a098337994aa7f03ec63bf44d544"
REVISION="2" REVISION="2"
LICENSE="Artistic" LICENSE="Artistic"
@@ -11,8 +11,8 @@ COPYRIGHT="1995-2006 Marc-Oliver Ihm (yabasic)
2006-2009 Jan Bungeroth (yab improvements) 2006-2009 Jan Bungeroth (yab improvements)
2013 Jim Saxton ( yab improvements)" 2013 Jim Saxton ( yab improvements)"
ARCHITECTURES="x86_gcc2 x86 !x86_64" ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURE="!x86_64"
#SOURCE_DIR="yab_ide-$portVersion" #SOURCE_DIR="yab_ide-$portVersion"
@@ -22,8 +22,8 @@ PROVIDES="
REQUIRES=" REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion haiku$secondaryArchSuffix >= $haikuVersion
ncurses >= 5.9 lib:libncurses$secondaryArchSuffix
yab >= 1.7.02 yab$secondaryArchSuffix >=1.7.02
devel:libncurses$secondaryArchSuffix devel:libncurses$secondaryArchSuffix
devel:libz$secondaryArchSuffix devel:libz$secondaryArchSuffix
" "