void-packages/srcpkgs/acpid/template
Juan RP a0cfc61b67 acpid: misc improvements to our handler script.
- On sleep button or lid close exec zzz(8) (suspend-to-ram)
- Improve logged messages with some events.
2014-12-05 12:15:42 +01:00

24 lines
776 B
Plaintext

# Template file for 'acpid'
pkgname=acpid
version=2.0.23
revision=5
build_options="systemd"
build_style=gnu-configure
conf_files="/etc/acpi/events/anything /etc/acpi/handler.sh"
short_desc="The ACPI Daemon (acpid) With Netlink Support"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://sourceforge.net/projects/acpid2/"
distfiles="${SOURCEFORGE_SITE}/acpid2/acpid-$version.tar.xz"
checksum=4396aaec13510c3a1faa941a15a4b5335b6ae4fbec8438b9249b88c3b66187ee
post_install() {
if [ "$build_option_systemd" ]; then
vinstall ${FILESDIR}/acpid.service 644 usr/lib/systemd/system
vinstall ${FILESDIR}/acpid.socket 644 usr/lib/systemd/system
fi
vinstall ${FILESDIR}/handler.sh 755 etc/acpi
vinstall ${FILESDIR}/anything 644 etc/acpi/events
vsv acpid
}