2009-12-02 01:44:00 +00:00
|
|
|
# Template file for 'acpid'
|
|
|
|
pkgname=acpid
|
2011-05-18 08:03:14 +00:00
|
|
|
version=2.0.10
|
2011-05-16 09:08:18 +00:00
|
|
|
revision=1
|
2011-05-16 09:02:30 +00:00
|
|
|
distfiles="http://tedfelix.com/linux/acpid-$version.tar.gz"
|
2009-12-02 01:44:00 +00:00
|
|
|
build_style=gnu_makefile
|
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-05-18 08:03:14 +00:00
|
|
|
checksum=ef7e4ed2f3594dd02a50a92fc47dc0e1fea80c07fab8a5f3d1040ee76fae0acb
|
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
|
|
|
|
2010-04-16 20:09:33 +00:00
|
|
|
openrc_services="acpid default true"
|
2009-12-02 01:44:00 +00:00
|
|
|
conf_files="/etc/conf.d/acpid"
|
|
|
|
Add_dependency full glibc
|
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
2011-05-18 08:03:14 +00:00
|
|
|
install -D -m755 ${FILESDIR}/acpid.rc ${DESTDIR}/etc/init.d/acpid
|
|
|
|
install -D -m644 ${FILESDIR}/acpid.confd ${DESTDIR}/etc/conf.d/acpid
|
|
|
|
install -D -m755 ${FILESDIR}/handler.sh ${DESTDIR}/etc/acpi/handler.sh
|
|
|
|
install -D -m644 ${FILESDIR}/anything \
|
|
|
|
${DESTDIR}/etc/acpi/events/anything
|
2009-12-02 01:44:00 +00:00
|
|
|
}
|