mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/simpleburn: Updated for version 1.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
041f3ee71c
commit
670c7fe42c
2 changed files with 8 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue