system/lbench: Updated for version 3.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
e1985ab95e
commit
26b280b857
|
@ -26,7 +26,7 @@
|
|||
# Maintained by David Spencer <baildon.research@googlemail.com>
|
||||
|
||||
PRGNAM=lbench
|
||||
VERSION=${VERSION:-3.4}
|
||||
VERSION=${VERSION:-3.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -72,9 +72,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# The makefile fails to create this directory
|
||||
mkdir -p $PKG/usr/share/icons
|
||||
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
PREFIX=/usr \
|
||||
make \
|
||||
|
@ -101,7 +98,7 @@ sed -i \
|
|||
-e "s|/usr/bin/lbench|lbench|" \
|
||||
-e "s|/usr/share/lbench/icons/lbench.png|lbench|" \
|
||||
$PKG/usr/share/applications/$PRGNAM.desktop
|
||||
cp icons/$PRGNAM.png $PKG/usr/share/pixmaps/
|
||||
cp $PRGNAM.png $PKG/usr/share/pixmaps/
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lbench"
|
||||
VERSION="3.4"
|
||||
VERSION="3.5"
|
||||
HOMEPAGE="http://kornelix.net/lbench/lbench.html"
|
||||
DOWNLOAD="http://kornelix.net/downloads/tarballs/lbench-3.4.tar.gz"
|
||||
MD5SUM="493f69e0f665709870cffa61d542b396"
|
||||
DOWNLOAD="http://kornelix.net/downloads/tarballs/lbench-3.5.tar.gz"
|
||||
MD5SUM="d44bab1118602248ebb1e20b79d8730f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue