mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/TLP: Updated for version 0.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0c889dd38e
commit
6337b80af0
2 changed files with 6 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=TLP
|
||||
VERSION=${VERSION:-0.5}
|
||||
VERSION=${VERSION:-0.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -82,10 +82,11 @@ sed -i -e "s/usr\/lib/usr\/lib${LIBDIRSUFFIX}/" Makefile
|
|||
make install-tlp DESTDIR=$PKG
|
||||
|
||||
# move to rc.tlp
|
||||
mv $PKG/etc/rc.d/tlp $PKG/etc/rc.d/rc.tlp
|
||||
install -Dm 644 $PKG/etc/rc.d/tlp $PKG/etc/rc.d/rc.tlp
|
||||
|
||||
# Don't clobber configs
|
||||
mv $PKG/etc/default/tlp $PKG/etc/default/tlp.new
|
||||
mv $PKG/etc/rc.d/rc.tlp $PKG/etc/rc.d/rc.tlp.new
|
||||
|
||||
# install man files
|
||||
mkdir -p $PKG/usr/man/man{1,8}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="TLP"
|
||||
VERSION="0.5"
|
||||
VERSION="0.6"
|
||||
HOMEPAGE="http://linrunner.de/en/tlp/tlp.html"
|
||||
DOWNLOAD="https://github.com/linrunner/TLP/archive/0.5.tar.gz"
|
||||
MD5SUM="93b2162cb278b3b5757d701edf2e1f7a"
|
||||
DOWNLOAD="http://github.com/linrunner/TLP/archive/0.6.tar.gz"
|
||||
MD5SUM="52f25c3459f6d9ce31cd2e67a5fcc5e0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue