void-packages/srcpkgs/acpid/template

21 lines
732 B
Plaintext
Raw Normal View History

# Template file for 'acpid'
pkgname=acpid
2013-05-30 08:15:54 +02:00
version=2.0.19
2014-02-17 18:13:20 +01:00
revision=2
2012-04-16 11:09:24 +02:00
build_style=gnu-configure
conf_files="/etc/acpi/events/anything /etc/acpi/handler.sh"
systemd_services="acpid.socket on"
2011-05-16 11:02:30 +02:00
short_desc="The ACPI Daemon (acpid) With Netlink Support"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-10-07 23:35:03 +02:00
license="GPL-2"
2013-05-30 08:15:54 +02:00
homepage="http://sourceforge.net/projects/acpid2/"
distfiles="${SOURCEFORGE_SITE}/acpid2/acpid-$version.tar.xz"
checksum=ce503bf3f36002b45a465dc8a2490c16c553abd5bc2c1c8ece86247ec281dcde
2012-04-16 11:09:24 +02:00
post_install() {
2012-07-09 18:23:40 +02:00
vinstall ${FILESDIR}/acpid.service 644 usr/lib/systemd/system
vinstall ${FILESDIR}/acpid.socket 644 usr/lib/systemd/system
2011-10-07 23:35:03 +02:00
vinstall ${FILESDIR}/handler.sh 755 etc/acpi
vinstall ${FILESDIR}/anything 644 etc/acpi/events
}