From 031da273cb9279d1342bbf95e91dc59068607e51 Mon Sep 17 00:00:00 2001 From: DhabyX Date: Wed, 5 Apr 2017 08:59:55 +0100 Subject: development/ebe: Updated for version 3.0.10 + new maintainer. Signed-off-by: David Spencer --- development/ebe/README | 6 +++--- development/ebe/ebe.SlackBuild | 18 +++++++++--------- development/ebe/ebe.info | 10 +++++----- 3 files changed, 17 insertions(+), 17 deletions(-) (limited to 'development/ebe') 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" -- cgit v1.2.3-80-g2a13