From 19382fdedc02ecd28fe276a4389f399988d7f119 Mon Sep 17 00:00:00 2001 From: Roberto Neri Date: Wed, 2 Feb 2011 23:39:01 -0600 Subject: misc/rsibreak: Updated for version 0.11. Signed-off-by: Robby Workman --- misc/rsibreak/rsibreak.SlackBuild | 12 +++++------- misc/rsibreak/rsibreak.info | 8 ++++---- misc/rsibreak/slack-desc | 2 +- 3 files changed, 10 insertions(+), 12 deletions(-) (limited to 'misc/rsibreak') diff --git a/misc/rsibreak/rsibreak.SlackBuild b/misc/rsibreak/rsibreak.SlackBuild index 90f24e00b282..4bc4af99a618 100644 --- a/misc/rsibreak/rsibreak.SlackBuild +++ b/misc/rsibreak/rsibreak.SlackBuild @@ -5,18 +5,16 @@ # Written by Roberto Neri 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 \) \ diff --git a/misc/rsibreak/rsibreak.info b/misc/rsibreak/rsibreak.info index f38122431fc3..f84cc83e5007 100644 --- a/misc/rsibreak/rsibreak.info +++ b/misc/rsibreak/rsibreak.info @@ -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" diff --git a/misc/rsibreak/slack-desc b/misc/rsibreak/slack-desc index 688b0f8dd147..c2fca3c4a624 100644 --- a/misc/rsibreak/slack-desc +++ b/misc/rsibreak/slack-desc @@ -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: Homepage: http://www.rsibreak.org/ rsibreak: rsibreak: -rsibreak: Homepage: http://www.rsibreak.org/ rsibreak: -- cgit v1.2.3