2013-01-18 00:03:15 +01:00
|
|
|
# Template file for 'laptop-mode'
|
|
|
|
pkgname=laptop-mode
|
|
|
|
version=1.62
|
2013-01-18 00:45:00 +01:00
|
|
|
revision=3
|
2013-01-18 00:03:15 +01:00
|
|
|
wrksrc=$pkgname-tools_$version
|
|
|
|
noarch=yes
|
|
|
|
short_desc="Laptop power saving package for Linux systems"
|
|
|
|
maintainer="tripledes <tripledes@gmail.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://samwel.tk/laptop_mode/"
|
|
|
|
distfiles="${homepage}/tools/downloads/$pkgname-tools_$version.tar.gz"
|
|
|
|
checksum=d40b3d2fb4dc120b4a427ef7dbddc9dd4d9ea0c475685538d36d3457b39158cd
|
2013-01-18 00:45:00 +01:00
|
|
|
depends="acpid hdparm sdparm wireless_tools xset bluez"
|
2013-01-18 00:03:15 +01:00
|
|
|
conf_files="/etc/laptop-mode/lm-profiler.conf /etc/laptop-mode/conf.d/lcd-brightness.conf /etc/laptop-mode/conf.d/video-out.conf
|
|
|
|
/etc/laptop-mode/conf.d/wireless-iwl-power.conf /etc/laptop-mode/conf.d/nmi-watchdog.conf /etc/laptop-mode/conf.d/dpms-standby.conf
|
|
|
|
/etc/laptop-mode/conf.d/runtime-pm.conf /etc/laptop-mode/conf.d/ethernet.conf /etc/laptop-mode/conf.d/eee-superhe.conf
|
|
|
|
/etc/laptop-mode/conf.d/hal-polling.conf /etc/laptop-mode/conf.d/cpufreq.conf /etc/laptop-mode/conf.d/battery-level-polling.conf
|
|
|
|
/etc/laptop-mode/conf.d/intel-hda-powersave.conf /etc/laptop-mode/conf.d/configuration-file-control.conf /etc/laptop-mode/conf.d/bluetooth.conf
|
|
|
|
/etc/laptop-mode/conf.d/usb-autosuspend.conf /etc/laptop-mode/conf.d/wireless-ipw-power.conf /etc/laptop-mode/conf.d/start-stop-programs.conf
|
|
|
|
/etc/laptop-mode/conf.d/ac97-powersave.conf /etc/laptop-mode/conf.d/auto-hibernate.conf /etc/laptop-mode/conf.d/intel-sata-powermgmt.conf
|
|
|
|
/etc/laptop-mode/conf.d/wireless-power.conf /etc/laptop-mode/conf.d/sched-smt-power-savings.conf /etc/laptop-mode/conf.d/sched-mc-power-savings.conf
|
|
|
|
/etc/laptop-mode/conf.d/terminal-blanking.conf /etc/laptop-mode/conf.d/exec-commands.conf /etc/laptop-mode/laptop-mode.conf"
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
2013-01-18 00:19:14 +01:00
|
|
|
export DESTDIR=${XBPS_DESTDIR}/${pkgname}-${version} ACPI=force APM=disabled PMU=disabled INIT_D=none MAN_D=/usr/share/man
|
2013-01-18 00:03:15 +01:00
|
|
|
sed -i 's|/etc/udev|/usr/lib/udev|g' install.sh
|
|
|
|
# see /lib -> /usr/lib move
|
|
|
|
sed -i 's|DESTDIR/lib|DESTDIR/usr/lib|g' install.sh
|
|
|
|
sed -i 's|/lib|/usr/lib|g' etc/rules/99-laptop-mode.rules
|
|
|
|
$wrksrc/install.sh
|
|
|
|
}
|