acpid: update to 2.0.19.
This commit is contained in:
parent
4c3c25a00e
commit
4f5ea7311a
1 changed files with 7 additions and 8 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'acpid'
|
||||
pkgname=acpid
|
||||
version=2.0.16
|
||||
revision=2
|
||||
version=2.0.19
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="The ACPI Daemon (acpid) With Netlink Support"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://tedfelix.com/linux/acpid-netlink.html"
|
||||
distfiles="http://tedfelix.com/linux/acpid-$version.tar.xz"
|
||||
checksum=94df0e73813a5dbaa1d7ae1049b3216b0cfd9d0843c89241080699ca62569808
|
||||
homepage="http://sourceforge.net/projects/acpid2/"
|
||||
distfiles="${SOURCEFORGE_SITE}/acpid2/acpid-$version.tar.xz"
|
||||
checksum=ce503bf3f36002b45a465dc8a2490c16c553abd5bc2c1c8ece86247ec281dcde
|
||||
long_desc="
|
||||
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
|
||||
|
@ -24,10 +24,9 @@ post_install() {
|
|||
}
|
||||
|
||||
acpid_package() {
|
||||
conf_files="/etc/conf.d/acpid"
|
||||
conf_files="/etc/acpi/events/anything /etc/acpi/handler.sh"
|
||||
systemd_services="acpid.socket on"
|
||||
pkg_install() {
|
||||
vmove etc
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue