void-packages/srcpkgs/acpid/template
2015-09-09 09:10:17 +02:00

20 lines
636 B
Bash

# Template file for 'acpid'
pkgname=acpid
version=2.0.25
revision=2
build_pie=yes
build_style=gnu-configure
configure_args="--sbindir=/usr/bin"
conf_files="/etc/acpi/events/anything /etc/acpi/handler.sh"
short_desc="The ACPI Daemon (acpid) With Netlink Support"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://sourceforge.net/projects/acpid2/"
distfiles="${SOURCEFORGE_SITE}/acpid2/acpid-$version.tar.xz"
checksum=0b700a8072bec162c512f72cbe419195601ab3e0ffd2138f9bd95ed3097a5c68
post_install() {
vinstall ${FILESDIR}/handler.sh 755 etc/acpi
vinstall ${FILESDIR}/anything 644 etc/acpi/events
vsv acpid
}