18 lines
604 B
Bash
18 lines
604 B
Bash
# Template file for 'acpid'
|
|
pkgname=acpid
|
|
version=2.0.32
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="The ACPI Daemon (acpid) With Netlink Support"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://sourceforge.net/projects/acpid2/"
|
|
distfiles="${SOURCEFORGE_SITE}/acpid2/acpid-${version}.tar.xz"
|
|
checksum=f2d2d30b3edc3234bd82f6f7186699a6aa3c85c8d20bc4e30e9b3c68a1ed157e
|
|
conf_files="/etc/acpi/events/anything /etc/acpi/handler.sh"
|
|
|
|
post_install() {
|
|
vinstall ${FILESDIR}/handler.sh 755 etc/acpi
|
|
vinstall ${FILESDIR}/anything 644 etc/acpi/events
|
|
vsv acpid
|
|
}
|