wok rev 22993
updated laptop-mode-tools (1.72.2 -> 1.73.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 02 13:55:41 2020 +0100 (2020-03-02) |
parents | 3e2db8247a86 |
children | 663233baf831 |
files | laptop-mode-tools/receipt |
line diff
1.1 --- a/laptop-mode-tools/receipt Sun Mar 01 17:52:11 2020 +0100 1.2 +++ b/laptop-mode-tools/receipt Mon Mar 02 13:55:41 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="laptop-mode-tools" 1.7 -VERSION="1.72.2" 1.8 +VERSION="1.73.1" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Laptop ACPI tools." 1.11 MAINTAINER="lufeng369@slitaz.org" 1.12 @@ -11,12 +11,14 @@ 1.13 TARBALL="${PACKAGE}_$VERSION.tar.gz" 1.14 WGET_URL="https://github.com/rickysarraf/$PACKAGE/releases/download/$VERSION/$TARBALL" 1.15 1.16 -DEPENDS="acpid hdparm python util-linux-flock util-linux-blockdev" 1.17 +DEPENDS="acpid hdparm python util-linux-blockdev util-linux-flock" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 - sed -i 's|/usr/man|/usr/share/man|' install.sh 1.23 + sed -i 's|/usr/man|/usr/share/man|' \ 1.24 + install.sh 1.25 + 1.26 make DESTDIR=$DESTDIR INIT_D=none install 1.27 } 1.28