development/ebe: Updated for version 2.5.8.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Thorn Inurcide 2014-11-29 11:17:12 +07:00 committed by Willy Sudiarto Raharjo
parent 53e3de93af
commit 43300a885f
3 changed files with 5 additions and 9 deletions

View File

@ -4,10 +4,6 @@ This is for Assembly and C/C++ as well as Fortran.
It has has a "Toy Box" to help anyone with learning a little of
C++ and Fortran. And is designed for learning Assembly language.
There are a few non-critical bugs at the moment that the author is aware of
and working on. I believe the windows executable has been updated already,
so it might not be too long.
Also if launching this through Fluxbox's menu you may encounter a warning
If launching this through Fluxbox's menu you may encounter a warning
message concerning gdb when you run a program in the terminal.
You can ignore this message, and it has a gdb console.

View File

@ -26,7 +26,7 @@
PRGNAM=ebe
VERSION=${VERSION:-2.3.4}
VERSION=${VERSION:-2.5.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -93,7 +93,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \
mkdir -p $PKG/usr/bin
(
cd $PKG/usr/bin
ln -sf /opt/ebe-2.3.4/ebe
ln -sf /opt/ebe-2.5.8/ebe
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View File

@ -1,7 +1,7 @@
PRGNAM="ebe"
VERSION="2.3.4"
VERSION="2.5.8"
HOMEPAGE="http://www.rayseyfarth.com/ebe/"
DOWNLOAD="http://sourceforge.net/projects/qtebe/files/src/ebe_src_2.3.4.tgz"
DOWNLOAD="http://sourceforge.net/projects/qtebe/files/src/ebe_src_2.5.8.tgz"
MD5SUM="05fa216a7c046f93af202a3ebf635d3c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""