core/laptop-mode-tools/PKGBUILD
2011-10-27 18:54:19 +00:00

54 lines
2.2 KiB
Bash

#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=laptop-mode-tools
pkgver=1.60
pkgrel=1
pkgdesc="Laptop mode is a kernel mode that allows you to extend the battery life of your laptop"
arch=('any')
url="http://www.samwel.tk/laptop_mode/"
license=('GPL')
depends=('bash' 'hdparm')
optdepends=('acpid: for ACPI support')
backup=(etc/laptop-mode/conf.d/ac97-powersave.conf
etc/laptop-mode/conf.d/auto-hibernate.conf
etc/laptop-mode/conf.d/battery-level-polling.conf
etc/laptop-mode/conf.d/bluetooth.conf
etc/laptop-mode/conf.d/configuration-file-control.conf
etc/laptop-mode/conf.d/cpufreq.conf
etc/laptop-mode/conf.d/dpms-standby.conf
etc/laptop-mode/conf.d/eee-superhe.conf
etc/laptop-mode/conf.d/ethernet.conf
etc/laptop-mode/conf.d/exec-commands.conf
etc/laptop-mode/conf.d/hal-polling.conf
etc/laptop-mode/conf.d/intel-hda-powersave.conf
etc/laptop-mode/conf.d/intel-sata-powermgmt.conf
etc/laptop-mode/conf.d/lcd-brightness.conf
etc/laptop-mode/conf.d/sched-mc-power-savings.conf
etc/laptop-mode/conf.d/sched-smt-power-savings.conf
etc/laptop-mode/conf.d/start-stop-programs.conf
etc/laptop-mode/conf.d/terminal-blanking.conf
etc/laptop-mode/conf.d/usb-autosuspend.conf
etc/laptop-mode/conf.d/video-out.conf
etc/laptop-mode/conf.d/wireless-ipw-power.conf
etc/laptop-mode/conf.d/wireless-iwl-power.conf
etc/laptop-mode/conf.d/wireless-power.conf
etc/laptop-mode/laptop-mode.conf
etc/laptop-mode/lm-profiler.conf)
source=("http://www.samwel.tk/laptop_mode/tools/downloads/${pkgname}_${pkgver}.tar.gz"
laptop-mode)
md5sums=('22bcc955c4e5d28e2f3a992b0efb50b4'
'bae8d721e660fe420c9769a6db6856af')
package() {
cd "${srcdir}/${pkgname}_${pkgver}"
sed -i 's|etc/udev|lib/udev|' install.sh
make DESTDIR="${pkgdir}" INIT_D=none MAN_D=/usr/share/man install
install -D -m755 "${srcdir}/laptop-mode" "${pkgdir}/etc/rc.d/laptop-mode"
}
# vim:set ts=2 sw=2 et: