2009-12-02 01:44:00 +00:00
|
|
|
# Template file for 'acpid'
|
|
|
|
pkgname=acpid
|
2012-04-16 09:09:24 +00:00
|
|
|
version=2.0.16
|
2011-10-07 21:35:03 +00:00
|
|
|
homepage="http://tedfelix.com/linux/acpid-netlink.html"
|
2012-04-16 09:09:24 +00:00
|
|
|
distfiles="http://tedfelix.com/linux/acpid-$version.tar.xz"
|
|
|
|
build_style=gnu-configure
|
2011-05-16 09:02:30 +00:00
|
|
|
short_desc="The ACPI Daemon (acpid) With Netlink Support"
|
2009-12-02 01:44:00 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-07 21:35:03 +00:00
|
|
|
license="GPL-2"
|
2012-04-16 09:09:24 +00:00
|
|
|
checksum=94df0e73813a5dbaa1d7ae1049b3216b0cfd9d0843c89241080699ca62569808
|
2009-12-02 01:44:00 +00:00
|
|
|
long_desc="
|
2011-05-16 09:02:30 +00:00
|
|
|
In recent linux kernels, the /proc/acpi/event interface has been deprecated.
|
|
|
|
The same information (and more) is available via netlink (a way for the kernel
|
|
|
|
to communicate with userspace that is usually used for networking) and the
|
|
|
|
input layer (mouse, keyboard, power button, etc...). This version of acpid
|
|
|
|
supports netlink and the input layer."
|
2009-12-02 01:44:00 +00:00
|
|
|
|
2011-11-10 10:21:10 +00:00
|
|
|
systemd_services="acpid.service on"
|
2009-12-02 01:44:00 +00:00
|
|
|
conf_files="/etc/conf.d/acpid"
|
|
|
|
|
2012-04-16 09:09:24 +00:00
|
|
|
post_install() {
|
2011-10-11 01:09:49 +00:00
|
|
|
vinstall ${FILESDIR}/acpid.service 644 lib/systemd/system
|
|
|
|
vinstall ${FILESDIR}/acpid.socket 644 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
|
2009-12-02 01:44:00 +00:00
|
|
|
}
|