summaryrefslogtreecommitdiffstats
path: root/development/ebe/ebe.SlackBuild
diff options
context:
space:
mode:
author Ryan P.C. McQuen2015-01-28 16:48:01 +0100
committer Willy Sudiarto Raharjo2015-01-31 02:32:13 +0100
commitcc32328014d904e5225b890e17b9f4a47e35aa0b (patch)
treeccade19c607ab1aecd86f474fe494b7f30aeffaa /development/ebe/ebe.SlackBuild
parent038b92bbb56180f009735cdac5686caa3155d0ad (diff)
downloadslackbuilds-cc32328014d904e5225b890e17b9f4a47e35aa0b.tar.gz
development/ebe: Updated for version 2.7.1.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'development/ebe/ebe.SlackBuild')
-rw-r--r--development/ebe/ebe.SlackBuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/development/ebe/ebe.SlackBuild b/development/ebe/ebe.SlackBuild
index d61a55faef..5a84a27e4b 100644
--- a/development/ebe/ebe.SlackBuild
+++ b/development/ebe/ebe.SlackBuild
@@ -28,7 +28,7 @@
PRGNAM=ebe
-VERSION=${VERSION:-2.5.8}
+VERSION=${VERSION:-2.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,14 +79,14 @@ find -L . \
make
mkdir -p $PKG/opt/$PRGNAM-$VERSION
-install -m0755 ebe $PKG/opt/$PRGNAM-$VERSION
+install -m0755 $PRGNAM $PKG/opt/$PRGNAM-$VERSION
install -m0644 *.qm $PKG/opt/$PRGNAM-$VERSION
mkdir -p $PKG/usr/share/icons/hicolor/64x64/apps
-install -m0644 -C images/ebe64.png $PKG/usr/share/icons/hicolor/64x64/apps
+install -m0644 -C images/${PRGNAM}64.png $PKG/usr/share/icons/hicolor/64x64/apps
mkdir -p $PKG/usr/share/applications
-cp -a $CWD/ebe.desktop $PKG/usr/share/applications
+cp -a $CWD/${PRGNAM}.desktop $PKG/usr/share/applications
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
@@ -94,8 +94,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \
#Symlink the binary to /usr/bin
mkdir -p $PKG/usr/bin
(
- cd $PKG/usr/bin
- ln -sf /opt/ebe-2.5.8/ebe
+ ln -sf /opt/${PRGNAM}-${VERSION}/${PRGNAM} $PKG/usr/bin/
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION