mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
acpid: update to 2.0.16.
This commit is contained in:
parent
9c8b7b8188
commit
c86f96db0b
1 changed files with 5 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'acpid'
|
||||
pkgname=acpid
|
||||
version=2.0.14
|
||||
version=2.0.16
|
||||
homepage="http://tedfelix.com/linux/acpid-netlink.html"
|
||||
distfiles="http://tedfelix.com/linux/acpid-$version.tar.gz"
|
||||
build_style=gnu-makefile
|
||||
distfiles="http://tedfelix.com/linux/acpid-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
short_desc="The ACPI Daemon (acpid) With Netlink Support"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
checksum=88158b889280017072362b37a4b378826285756489857b93fc5888acf5b4db0b
|
||||
checksum=94df0e73813a5dbaa1d7ae1049b3216b0cfd9d0843c89241080699ca62569808
|
||||
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
|
||||
|
@ -18,8 +18,7 @@ long_desc="
|
|||
systemd_services="acpid.service on"
|
||||
conf_files="/etc/conf.d/acpid"
|
||||
|
||||
post_install()
|
||||
{
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/acpid.service 644 lib/systemd/system
|
||||
vinstall ${FILESDIR}/acpid.socket 644 lib/systemd/system
|
||||
vinstall ${FILESDIR}/handler.sh 755 etc/acpi
|
||||
|
|
Loading…
Add table
Reference in a new issue