void-packages/srcpkgs/acpid/template

21 lines
732 B
Plaintext
Raw Normal View History

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