mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
tlp: update to 1.2.
This commit is contained in:
parent
cede4b3610
commit
9a56e1dd24
1 changed files with 9 additions and 8 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'tlp'
|
# Template file for 'tlp'
|
||||||
pkgname=tlp
|
pkgname=tlp
|
||||||
version=1.1
|
version=1.2
|
||||||
revision=1
|
revision=1
|
||||||
|
archs=noarch
|
||||||
wrksrc="TLP-${version}"
|
wrksrc="TLP-${version}"
|
||||||
depends="hdparm bash iw util-linux ethtool"
|
depends="hdparm bash iw util-linux ethtool"
|
||||||
conf_files="/etc/default/tlp"
|
|
||||||
conflicts="laptop-mode>=0"
|
|
||||||
noarch="yes"
|
|
||||||
short_desc="Advanced power management tool for Linux"
|
short_desc="Advanced power management tool for Linux"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html"
|
homepage="https://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html"
|
||||||
#changelog="https://github.com/linrunner/TLP/blob/master/changelog"
|
#changelog="https://github.com/linrunner/TLP/blob/master/changelog"
|
||||||
distfiles="https://github.com/linrunner/TLP/archive/${version}.tar.gz"
|
distfiles="https://github.com/linrunner/TLP/archive/${version}.tar.gz"
|
||||||
checksum=76e1a091eed1055f7af75f49621be51ed41b1e8f872eeb9506c0749060fd1019
|
checksum=c14f49dff48992ad8e76f6164fc5511412ddcb02b44a057064a816056bc1e3d1
|
||||||
|
|
||||||
|
conflicts="laptop-mode>=0"
|
||||||
|
conf_files="/etc/default/tlp"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} TLP_SBIN=/usr/bin TLP_ULIB=/usr/lib/udev TLP_SHCPL=/usr/share/bash-completion/completions install-tlp
|
make DESTDIR=${DESTDIR} TLP_SBIN=/usr/bin TLP_ULIB=/usr/lib/udev TLP_SHCPL=/usr/share/bash-completion/completions install-tlp
|
||||||
|
|
Loading…
Add table
Reference in a new issue