mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
misc/rsibreak: Updated for version 0.11.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
32b410d6d3
commit
19382fdedc
3 changed files with 11 additions and 13 deletions
|
@ -5,18 +5,16 @@
|
||||||
# Written by Roberto Neri <rneri@libero.it>
|
# Written by Roberto Neri <rneri@libero.it>
|
||||||
|
|
||||||
PRGNAM=rsibreak
|
PRGNAM=rsibreak
|
||||||
VERSION=0.11beta1
|
VERSION=0.11
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
SRCVERSION=0.11-beta1
|
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
# Automatically determine the architecture we're building on:
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i486 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
@ -45,9 +43,9 @@ set -e
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$SRCVERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.bz2
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||||
cd $PRGNAM-$SRCVERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find . \
|
find . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="rsibreak"
|
PRGNAM="rsibreak"
|
||||||
VERSION="0.11beta1"
|
VERSION="0.11"
|
||||||
HOMEPAGE="http://www.rsibreak.org/"
|
HOMEPAGE="http://www.rsibreak.org/"
|
||||||
DOWNLOAD="http://www.rsibreak.org/files/rsibreak-0.11-beta1.tar.bz2"
|
DOWNLOAD="http://www.rsibreak.org/files/rsibreak-0.11.tar.bz2"
|
||||||
MD5SUM="2ce81ee7ac699fc4ae92dc8fa00d6130"
|
MD5SUM="d5dd540efd18900aa508eee381bcaafd"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Roberto Neri"
|
MAINTAINER="Roberto Neri"
|
||||||
EMAIL="rneri@libero.it"
|
EMAIL="rneri@libero.it"
|
||||||
APPROVED="pprkut"
|
APPROVED="rworkman"
|
||||||
|
|
|
@ -13,7 +13,7 @@ rsibreak: result of continuous work with a mouse and keyboard.
|
||||||
rsibreak: The risk of suffering injury increases the longer users work without
|
rsibreak: The risk of suffering injury increases the longer users work without
|
||||||
rsibreak: breaks. RSIBreak simply offers reminders to take a break now and then.
|
rsibreak: breaks. RSIBreak simply offers reminders to take a break now and then.
|
||||||
rsibreak:
|
rsibreak:
|
||||||
rsibreak:
|
|
||||||
rsibreak:
|
|
||||||
rsibreak: Homepage: http://www.rsibreak.org/
|
rsibreak: Homepage: http://www.rsibreak.org/
|
||||||
rsibreak:
|
rsibreak:
|
||||||
|
rsibreak:
|
||||||
|
rsibreak:
|
||||||
|
|
Loading…
Reference in a new issue