wok diff powertop/receipt @ rev 25173
updated python-ethtool (0.14 -> 0.15)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 01 17:05:43 2022 +0100 (2022-07-01) |
parents | ac8ca9758df1 |
children |
line diff
1.1 --- a/powertop/receipt Sat Jan 15 15:21:40 2022 +0000 1.2 +++ b/powertop/receipt Fri Jul 01 17:05:43 2022 +0100 1.3 @@ -1,20 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="powertop" 1.7 -VERSION="2.11" 1.8 +VERSION="2.14" 1.9 CATEGORY="system-tools" 1.10 TAGS="power-management" 1.11 SHORT_DESC="Utility designed to measure and explain a computer's electrical power consumption." 1.12 MAINTAINER="domcox@slitaz.org" 1.13 LICENSE="GPL2" 1.14 -WEB_SITE="http://www.lesswatts.org/projects/powertop/" 1.15 +WEB_SITE="https://github.com/fenrus75/powertop" 1.16 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 -WGET_URL="https://github.com/fenrus75/$PACKAGE/archive/v$VERSION.tar.gz" 1.19 +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 1.20 1.21 DEPENDS="gcc83-lib-base libnl ncursesw pciutils zlib" 1.22 -BUILD_DEPENDS="acl autoconf automake diffutils file gcc83 gettext libnl-dev 1.23 - libtool ncursesw-dev pciutils-dev zlib-dev" 1.24 +BUILD_DEPENDS="acl automake diffutils gcc83 gettext libnl-dev libtool ncursesw-dev 1.25 + pciutils-dev zlib-dev" 1.26 1.27 current_version() 1.28 { 1.29 @@ -27,6 +27,7 @@ 1.30 { 1.31 # sed -i 's/AC_PROG_LIBTOOL/AC_PROG_MKDIR_P\n&/' configure.ac 1.32 # sed -i 's/(mkdir_p)/(MKDIR_P)/' po/Makefile.in.in 1.33 + 1.34 cp $stuff/version $src/scripts 1.35 1.36 ./autogen.sh && 1.37 @@ -40,6 +41,5 @@ 1.38 # Rules to gen a SliTaz package suitable for Tazpkg. 1.39 genpkg_rules() 1.40 { 1.41 - mkdir -p $fs/usr 1.42 - cp -a $install/usr/sbin $fs/usr 1.43 + cook_copy_folders sbin 1.44 }