mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
tlp: update to 0.7.
This commit is contained in:
parent
11a0fa2550
commit
26603ccbbb
1 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tlp'
|
# Template file for 'tlp'
|
||||||
pkgname=tlp
|
pkgname=tlp
|
||||||
version=0.5
|
version=0.7
|
||||||
revision=4
|
revision=1
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
depends="hdparm bash iw rfkill ethtool"
|
depends="hdparm bash iw rfkill ethtool"
|
||||||
conf_files="/etc/default/tlp"
|
conf_files="/etc/default/tlp"
|
||||||
|
@ -28,14 +28,10 @@ do_install() {
|
||||||
install -m644 man/*.1 ${DESTDIR}/usr/share/man/man1
|
install -m644 man/*.1 ${DESTDIR}/usr/share/man/man1
|
||||||
vmkdir usr/share/man/man8
|
vmkdir usr/share/man/man8
|
||||||
install -m644 man/*.8 ${DESTDIR}/usr/share/man/man8
|
install -m644 man/*.8 ${DESTDIR}/usr/share/man/man8
|
||||||
|
|
||||||
vmkdir usr/lib/systemd/system
|
|
||||||
vinstall tlp.service 644 usr/lib/systemd/system
|
|
||||||
vinstall tlp-sleep.service 644 usr/lib/systemd/system
|
|
||||||
vsv tlp
|
vsv tlp
|
||||||
|
|
||||||
vmkdir usr/share/bash-completion/completions
|
vmkdir usr/share/bash-completion/completions
|
||||||
mv ${DESTDIR}/etc/bash_completion.d/tlp ${DESTDIR}/usr/share/bash-completion/completions
|
mv ${DESTDIR}/etc/bash_completion.d/tlp ${DESTDIR}/usr/share/bash-completion/completions
|
||||||
|
|
||||||
rm -rf ${DESTDIR}/etc/init.d ${DESTDIR}/usr/lib/pm-utils
|
rm -rf ${DESTDIR}/etc/init.d
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue