mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
misc/g15stats: Updated for version 1.9.7.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
06ea58a8a5
commit
76b4510331
3 changed files with 5 additions and 8 deletions
|
@ -23,18 +23,15 @@
|
||||||
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
# SUCH DAMAGE.
|
# SUCH DAMAGE.
|
||||||
|
|
||||||
|
|
||||||
PRGNAM=g15stats
|
PRGNAM=g15stats
|
||||||
VERSION=${VERSION:-1.9.2}
|
VERSION=${VERSION:-1.9.7}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# 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:
|
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="g15stats"
|
PRGNAM="g15stats"
|
||||||
VERSION="1.9.2"
|
VERSION="1.9.7"
|
||||||
HOMEPAGE="http://www.g15tools.com"
|
HOMEPAGE="http://www.g15tools.com"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/project/g15daemon/G15Stats/1.9.2/g15stats-1.9.2.tar.bz2"
|
DOWNLOAD="http://downloads.sourceforge.net/project/g15daemon/G15Stats/1.9.7/g15stats-1.9.7.tar.bz2"
|
||||||
MD5SUM="f1aac56399c0d2235143ad56aca19c45"
|
MD5SUM="a5a1ca797571da4eba2f8fb3ac06b04d"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Alan Alberghini"
|
MAINTAINER="Alan Alberghini"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# exactly 11 lines for the formatting to be correct. It's also customary to
|
# exactly 11 lines for the formatting to be correct. It's also customary to
|
||||||
# leave one space after the ':'.
|
# leave one space after the ':'.
|
||||||
|
|
||||||
|----handy-ruler--------------------------------------------------------|
|
|----handy-ruler--------------------------------------------------------|
|
||||||
g15stats: G15Stats (G15Daemon usage meter)
|
g15stats: G15Stats (G15Daemon usage meter)
|
||||||
g15stats:
|
g15stats:
|
||||||
g15stats: G15Stats - a CPU/Memory/Swap/Network/Battery/Temperature/Fan Speed/
|
g15stats: G15Stats - a CPU/Memory/Swap/Network/Battery/Temperature/Fan Speed/
|
||||||
|
|
Loading…
Reference in a new issue