# HG changeset patch # User Hans-G?nter Theisgen # Date 1659100149 -3600 # Node ID 8c8f0cd75a42c38d2fb504119f40807f731558c9 # Parent 08392a9d42ea396267dc6b3f5219e082bb36c171 updated tlp (1.3.1 -> 1.5.0) diff -r 08392a9d42ea -r 8c8f0cd75a42 tlp/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tlp/description.txt Fri Jul 29 14:09:09 2022 +0100 @@ -0,0 +1,10 @@ +TLP is a feature-rich command line utility for Linux, saving +laptop battery power without the need to delve deeper into +technical details. + +TLP's default settings are already optimized for battery life +and implement Powertop's recommendations out of the box. +So you may just install and forget it. + +Nevertheless TLP is highly customizable to fulfil your specific +requirements. diff -r 08392a9d42ea -r 8c8f0cd75a42 tlp/receipt --- a/tlp/receipt Fri Jul 29 10:44:25 2022 +0000 +++ b/tlp/receipt Fri Jul 29 14:09:09 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tlp" -VERSION="1.3.1" +VERSION="1.5.0" CATEGORY="misc" SHORT_DESC="Advanced Power Management for Linux." MAINTAINER="pascal.bellard@slitaz.org" @@ -11,6 +11,8 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/linrunner/TLP/archive/$VERSION.tar.gz" +SUGGESTED="perl" + current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ @@ -20,7 +22,7 @@ # Rules to configure and make the package. compile_rules() { - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.