void-packages/srcpkgs/tlp/template
2015-08-29 13:17:18 +02:00

28 lines
884 B
Bash

# Template file for 'tlp'
pkgname=tlp
version=0.8
revision=1
wrksrc="TLP-${version}"
depends="hdparm bash iw rfkill ethtool"
conf_files="/etc/default/tlp"
conflicts="laptop-mode>=0"
noarch="yes"
short_desc="Advanced power management tool for Linux"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html"
distfiles="https://github.com/linrunner/TLP/archive/${version}.tar.gz"
checksum=d5c0423fde7247cc519001caebd60e538ff5ef2be9456d2049303eef4da1aae3
do_install() {
make DESTDIR=${DESTDIR} TLP_SBIN=/usr/bin TLP_ULIB=/usr/lib/udev TLP_SHCPL=/usr/share/bash-completion/completions install-tlp
vmkdir usr/share/man/man1
install -m644 man/*.1 ${DESTDIR}/usr/share/man/man1
vmkdir usr/share/man/man8
install -m644 man/*.8 ${DESTDIR}/usr/share/man/man8
vsv tlp
rm -rf ${DESTDIR}/etc/init.d
}