mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +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>
|
||||
|
||||
PRGNAM=rsibreak
|
||||
VERSION=0.11beta1
|
||||
VERSION=0.11
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCVERSION=0.11-beta1
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
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 ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -45,9 +43,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$SRCVERSION
|
||||
tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.bz2
|
||||
cd $PRGNAM-$SRCVERSION
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="rsibreak"
|
||||
VERSION="0.11beta1"
|
||||
VERSION="0.11"
|
||||
HOMEPAGE="http://www.rsibreak.org/"
|
||||
DOWNLOAD="http://www.rsibreak.org/files/rsibreak-0.11-beta1.tar.bz2"
|
||||
MD5SUM="2ce81ee7ac699fc4ae92dc8fa00d6130"
|
||||
DOWNLOAD="http://www.rsibreak.org/files/rsibreak-0.11.tar.bz2"
|
||||
MD5SUM="d5dd540efd18900aa508eee381bcaafd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Roberto Neri"
|
||||
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: breaks. RSIBreak simply offers reminders to take a break now and then.
|
||||
rsibreak:
|
||||
rsibreak:
|
||||
rsibreak:
|
||||
rsibreak: Homepage: http://www.rsibreak.org/
|
||||
rsibreak:
|
||||
rsibreak:
|
||||
rsibreak:
|
||||
|
|
Loading…
Reference in a new issue