wok-6.x rev 25147
updated powertop (2.11 -> 2.14)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 29 15:35:33 2022 +0100 (2022-06-29) |
parents | ebe8a20944ec |
children | f48c0f9848e4 |
files | plymouth/receipt powertop/description.txt powertop/receipt |
line diff
1.1 --- a/plymouth/receipt Wed Jun 29 15:26:46 2022 +0100 1.2 +++ b/plymouth/receipt Wed Jun 29 15:35:33 2022 +0100 1.3 @@ -51,7 +51,7 @@ 1.4 cp -a $install/sbin $fs 1.5 cp -a $install/lib/*.so* $fs/lib 1.6 # 0.9.4 plymouth-log-viewer and rhgb-client no longer supplied 1.7 - cp -a $install/usr/bin $fs/usr 1.8 +# cp -a $install/usr/bin $fs/usr 1.9 cp -a $install/usr/sbin $fs/usr 1.10 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.11 cp -a $install/usr/lib/plymouth $fs/usr/lib
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/powertop/description.txt Wed Jun 29 15:35:33 2022 +0100 2.3 @@ -0,0 +1,5 @@ 2.4 +PowerTOP is a Linux* tool used to diagnose issues with power consumption 2.5 +and power management. 2.6 +In addition to being a diagnostic tool, PowerTOP also has an interactive 2.7 +mode you can use to experiment with various power management settings, 2.8 +for cases where the Linux distribution has not enabled those settings.
3.1 --- a/powertop/receipt Wed Jun 29 15:26:46 2022 +0100 3.2 +++ b/powertop/receipt Wed Jun 29 15:35:33 2022 +0100 3.3 @@ -1,20 +1,20 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="powertop" 3.7 -VERSION="2.11" 3.8 +VERSION="2.14" 3.9 CATEGORY="system-tools" 3.10 TAGS="power-management" 3.11 SHORT_DESC="Utility designed to measure and explain a computer's electrical power consumption." 3.12 MAINTAINER="domcox@slitaz.org" 3.13 LICENSE="GPL2" 3.14 -WEB_SITE="http://www.lesswatts.org/projects/powertop/" 3.15 +WEB_SITE="https://github.com/fenrus75/powertop" 3.16 3.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.18 -WGET_URL="https://github.com/fenrus75/$PACKAGE/archive/v$VERSION.tar.gz" 3.19 +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 3.20 3.21 DEPENDS="gcc83-lib-base libnl ncursesw pciutils zlib" 3.22 -BUILD_DEPENDS="acl autoconf automake diffutils file gcc83 gettext libnl-dev 3.23 - libtool ncursesw-dev pciutils-dev zlib-dev" 3.24 +BUILD_DEPENDS="acl automake diffutils gcc83 gettext libnl-dev libtool ncursesw-dev 3.25 + pciutils-dev zlib-dev" 3.26 3.27 current_version() 3.28 { 3.29 @@ -27,6 +27,7 @@ 3.30 { 3.31 # sed -i 's/AC_PROG_LIBTOOL/AC_PROG_MKDIR_P\n&/' configure.ac 3.32 # sed -i 's/(mkdir_p)/(MKDIR_P)/' po/Makefile.in.in 3.33 + 3.34 cp $stuff/version $src/scripts 3.35 3.36 ./autogen.sh && 3.37 @@ -40,6 +41,5 @@ 3.38 # Rules to gen a SliTaz package suitable for Tazpkg. 3.39 genpkg_rules() 3.40 { 3.41 - mkdir -p $fs/usr 3.42 - cp -a $install/usr/sbin $fs/usr 3.43 + cook_copy_folders sbin 3.44 }