system/simpleburn: Updated for version 1.8.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Marek Srejma (slacksam) 2016-12-20 00:45:52 +07:00 committed by Willy Sudiarto Raharjo
parent 041f3ee71c
commit 670c7fe42c
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 15 deletions

View file

@ -2,7 +2,7 @@
#
# Slackware build script for simpleburn
#
# Copyright 2015 Marek Srejma (sam_web@yahoo.de)
# Copyright 2016 Marek Srejma (sam_web@yahoo.de)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=simpleburn
VERSION=${VERSION:-1.8.1}
VERSION=${VERSION:-1.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,16 +69,9 @@ 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 {} \;
mkdir -p build
cd build
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG
cd ..
cmake -DCMAKE_INSTALL_PREFIX=/usr [-DGTK3=ON] .
make
make install DESTDIR=$PKG
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

View file

@ -1,8 +1,8 @@
PRGNAM="simpleburn"
VERSION="1.8.1"
VERSION="1.8.2"
HOMEPAGE="http://simpleburn.tuxfamily.org/"
DOWNLOAD="http://simpleburn.tuxfamily.org/IMG/gz/simpleburn-1.8.1.tar.gz"
MD5SUM="11cf5b9a69fda6c72b1ae1277fafa386"
DOWNLOAD="http://simpleburn.tuxfamily.org/IMG/gz/simpleburn-1.8.2.tar.gz"
MD5SUM="9df96114ff3eb71ad3b9f16eb6848f3a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""