mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
misc/rsibreak: Updated for version 0.12.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fad7e1549c
commit
44c627d174
2 changed files with 9 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for rsibreak
|
||||
|
||||
# Originally written by Roberto Neri <rneri@libero.it>
|
||||
# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=rsibreak
|
||||
VERSION=${VERSION:-0.11_git5e9d393}
|
||||
VERSION=${VERSION:-0.12.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,9 +60,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
@ -76,7 +76,6 @@ cd build
|
|||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
|
||||
-DMAN_INSTALL_DIR=/usr/man \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
..
|
||||
|
@ -88,7 +87,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS ChangeLog COPYING COPYING.DOC HACKING INSTALL NEWS TODO \
|
||||
cp -a AUTHORS ChangeLog COPYING COPYING.DOC HACKING NEWS TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rsibreak"
|
||||
VERSION="0.11_git5e9d393"
|
||||
VERSION="0.12.13"
|
||||
HOMEPAGE="https://userbase.kde.org/RSIBreak"
|
||||
DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/rsibreak/rsibreak-0.11_git5e9d393.tar.gz"
|
||||
MD5SUM="2edf0e3cfce31497cd01d9db65ee5294"
|
||||
DOWNLOAD="https://download.kde.org/stable/rsibreak/0.12/rsibreak-0.12.13.tar.xz"
|
||||
MD5SUM="212dc9aa6e3d82eaec8996240cacd719"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue