18 lines
586 B
Bash
18 lines
586 B
Bash
# Template file for 'acpid'
|
|
pkgname=acpid
|
|
version=2.0.28
|
|
revision=1
|
|
build_style=gnu-configure
|
|
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=980c3a54b0d3f2fd49fd845a0584c5c2abeaab9e9ac09fcbb68686bbb57a7110
|
|
|
|
post_install() {
|
|
vinstall ${FILESDIR}/handler.sh 755 etc/acpi
|
|
vinstall ${FILESDIR}/anything 644 etc/acpi/events
|
|
vsv acpid
|
|
}
|