tlp: update to 0.9.

This commit is contained in:
Toyam Cox 2016-09-17 21:44:57 -04:00
parent 32e141c18d
commit 25eb389030
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'tlp' # Template file for 'tlp'
pkgname=tlp pkgname=tlp
version=0.8 version=0.9
revision=1 revision=1
wrksrc="TLP-${version}" wrksrc="TLP-${version}"
depends="hdparm bash iw rfkill ethtool" depends="hdparm bash iw rfkill ethtool"
@ -11,8 +11,9 @@ short_desc="Advanced power management tool for Linux"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2" license="GPL-2"
homepage="http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html" homepage="http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html"
#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=d5c0423fde7247cc519001caebd60e538ff5ef2be9456d2049303eef4da1aae3 checksum=887b226d443f930398fda5793ac690e1e1ef7dd2187db7be0278359315aa7a76
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