system/TLP: Updated for version 1.0.

This commit is contained in:
Aaditya Bagga 2017-06-08 16:14:31 +05:30 committed by Willy Sudiarto Raharjo
parent 54e2f1fb9a
commit ed248ae605
2 changed files with 9 additions and 13 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for TLP
# Copyright 2013-2015 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# Copyright 2013-2017 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=TLP
VERSION=${VERSION:-0.9}
VERSION=${VERSION:-1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@ -60,11 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
if [ -e $CWD/$VERSION.tar.gz ]; then
tar xvf $CWD/$VERSION.tar.gz
else
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
fi
tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="TLP"
VERSION="0.9"
VERSION="1.0"
HOMEPAGE="https://github.com/linrunner/TLP"
DOWNLOAD="http://github.com/linrunner/TLP/archive/0.9.tar.gz"
MD5SUM="952712c5de56e5fcb9a165b1cd8ba4e0"
DOWNLOAD="http://github.com/linrunner/TLP/archive/1.0.tar.gz"
MD5SUM="2219dbf7e7aec9c5a31d1b5b6e284507"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""