34f218e9d3
Closes #13544. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
18 lines
597 B
Bash
18 lines
597 B
Bash
# Template file for 'acpid'
|
|
pkgname=acpid
|
|
version=2.0.29
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="The ACPI Daemon (acpid) With Netlink Support"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://sourceforge.net/projects/acpid2/"
|
|
distfiles="${SOURCEFORGE_SITE}/acpid2/acpid-$version.tar.xz"
|
|
checksum=58503b27975c466e627eb741c5453dd662f97edef1a3d0aac822fd03a84203ff
|
|
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
|
|
}
|