wok-current rev 25369
updated tlp (1.3.1 -> 1.5.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 29 14:09:09 2022 +0100 (2022-07-29) |
parents | 08392a9d42ea |
children | 03bcf02499ab |
files | tlp/description.txt tlp/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tlp/description.txt Fri Jul 29 14:09:09 2022 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +TLP is a feature-rich command line utility for Linux, saving 1.5 +laptop battery power without the need to delve deeper into 1.6 +technical details. 1.7 + 1.8 +TLP's default settings are already optimized for battery life 1.9 +and implement Powertop's recommendations out of the box. 1.10 +So you may just install and forget it. 1.11 + 1.12 +Nevertheless TLP is highly customizable to fulfil your specific 1.13 +requirements.
2.1 --- a/tlp/receipt Fri Jul 29 10:44:25 2022 +0000 2.2 +++ b/tlp/receipt Fri Jul 29 14:09:09 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="tlp" 2.7 -VERSION="1.3.1" 2.8 +VERSION="1.5.0" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="Advanced Power Management for Linux." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -11,6 +11,8 @@ 2.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 WGET_URL="https://github.com/linrunner/TLP/archive/$VERSION.tar.gz" 2.15 2.16 +SUGGESTED="perl" 2.17 + 2.18 current_version() 2.19 { 2.20 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 2.21 @@ -20,7 +22,7 @@ 2.22 # Rules to configure and make the package. 2.23 compile_rules() 2.24 { 2.25 - make DESTDIR=$DESTDIR install 2.26 + make install DESTDIR=$DESTDIR 2.27 } 2.28 2.29 # Rules to gen a SliTaz package suitable for Tazpkg.