summaryrefslogtreecommitdiffstats
path: root/development/ebe
diff options
context:
space:
mode:
author DhabyX <slack.dhabyx@gmail.com>2017-04-05 08:59:55 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-08 06:57:47 +0700
commit031da273cb9279d1342bbf95e91dc59068607e51 (patch)
tree25a5f2a92bc62beaa095acddb331b223801e3c79 /development/ebe
parent0016e875981c265d3970dd19cc10e61dec778f1e (diff)
downloadslackbuilds-031da273cb9279d1342bbf95e91dc59068607e51.tar.gz
slackbuilds-031da273cb9279d1342bbf95e91dc59068607e51.tar.xz
development/ebe: Updated for version 3.0.10 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/ebe')
-rw-r--r--development/ebe/README6
-rw-r--r--development/ebe/ebe.SlackBuild18
-rw-r--r--development/ebe/ebe.info10
3 files changed, 17 insertions, 17 deletions
diff --git a/development/ebe/README b/development/ebe/README
index 67ed2d35a7..3ae18e6297 100644
--- a/development/ebe/README
+++ b/development/ebe/README
@@ -1,9 +1,9 @@
Ebe IDE
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.
+It has a "Toy Box" to help anyone with learning a little of
+C++ and Fortran and is designed for learning Assembly language.
-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.
diff --git a/development/ebe/ebe.SlackBuild b/development/ebe/ebe.SlackBuild
index f4525d5689..bc0f9944e0 100644
--- a/development/ebe/ebe.SlackBuild
+++ b/development/ebe/ebe.SlackBuild
@@ -5,6 +5,7 @@
# Slackware build script for ebe
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
+# 2017 | Dhaby Xiloj | slack.dhabyx@gmail.com
# Copyright 2014 Thorn Inurcide USA
# All rights reserved.
@@ -28,13 +29,13 @@
PRGNAM=ebe
-VERSION=${VERSION:-3.0.3}
+VERSION=${VERSION:-3.0.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) export ARCH=i486 ;;
+ i?86) export ARCH=i586 ;;
arm*) export ARCH=arm ;;
*) export ARCH=$( uname -m ) ;;
esac
@@ -45,8 +46,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -67,7 +68,7 @@ cd $TMP
rm -rf $PRGNAM
mkdir -p $PRGNAM
cd $PRGNAM
-tar xvf $CWD/$PRGNAM\_src\_$VERSION.tgz
+tar xvf $CWD/$PRGNAM\_src.tgz
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -76,7 +77,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
./qrc
-qmake
+qmake QMAKE_CFLAGS="$SLKCFLAGS" QMAKE_CXXFLAGS="$SLKCFLAGS"
make
mkdir -p $PKG/opt/$PRGNAM-$VERSION
@@ -94,11 +95,10 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \
#Symlink the binary to /usr/bin
mkdir -p $PKG/usr/bin
-(
- ln -sf /opt/${PRGNAM}-${VERSION}/${PRGNAM} $PKG/usr/bin/
-)
+ln -sf /opt/${PRGNAM}-${VERSION}/${PRGNAM} $PKG/usr/bin/
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/development/ebe/ebe.info b/development/ebe/ebe.info
index 90eb99afe6..b3ede55b12 100644
--- a/development/ebe/ebe.info
+++ b/development/ebe/ebe.info
@@ -1,10 +1,10 @@
PRGNAM="ebe"
-VERSION="3.0.3"
+VERSION="3.0.10"
HOMEPAGE="http://www.rayseyfarth.com/ebe/"
-DOWNLOAD="http://sourceforge.net/projects/qtebe/files/src/ebe_src_3.0.3.tgz"
-MD5SUM="3d8c5e92ce667d2f45eedaa60a5b9c13"
+DOWNLOAD="http://sourceforge.net/projects/qtebe/files/src/ebe_src.tgz"
+MD5SUM="a95cfca2b704888f4606f1f505f58055"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="astyle"
-MAINTAINER="Ryan P.C. McQuen"
-EMAIL="ryanpcmcquen@member.fsf.org"
+MAINTAINER="DhabyX"
+EMAIL="slack.dhabyx@gmail.com"