# $Id: PKGBUILD 140455 2011-10-14 20:07:03Z eric $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
# Contributor: Eric Bélanger <eric@archlinux.org>

pkgname=laptop-mode-tools
pkgver=1.64
pkgrel=1
pkgdesc="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')
optdepends=('acpid: ACPI support'
            'bluez-utils: bluetooth support'
            'hdparm: hard disk power management'
            'sdparm: SCSI disk power management'
            'ethtool: ethernet support'
            'wireless_tools: WiFi support'
            'xorg-xset: DPMS standby 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/nmi-watchdog.conf
        etc/laptop-mode/conf.d/pcie-aspm.conf
        etc/laptop-mode/conf.d/runtime-pm.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)
install=laptop-mode.install
source=("http://www.samwel.tk/laptop_mode/tools/downloads/${pkgname}_${pkgver}.tar.gz")
md5sums=('d3bc81f0eac6315e5653cd4f8965d844')

build() {
  cd "$srcdir/${pkgname}_$pkgver"
}

package() {
  cd "$srcdir/${pkgname}_$pkgver"
  make DESTDIR="$pkgdir" INIT_D=none MAN_D=/usr/share/man LIB_D=/usr/lib install
  # use bin instead of sbin
  mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
  find "$pkgdir" -type f -exec sed -i 's|sbin/laptop_mode|bin/laptop_mode|g' '{}' ';'
}
