From aaf7657012b0fd2a26226f4702de26ab35a42ce3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 7 Oct 2011 23:35:03 +0200 Subject: [PATCH] acpid: update to 2.0.12. --- srcpkgs/acpid/template | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/srcpkgs/acpid/template b/srcpkgs/acpid/template index cf7cec5a48..0fd1f14963 100644 --- a/srcpkgs/acpid/template +++ b/srcpkgs/acpid/template @@ -1,12 +1,13 @@ # Template file for 'acpid' pkgname=acpid -version=2.0.10 -revision=1 +version=2.0.12 +homepage="http://tedfelix.com/linux/acpid-netlink.html" distfiles="http://tedfelix.com/linux/acpid-$version.tar.gz" build_style=gnu_makefile short_desc="The ACPI Daemon (acpid) With Netlink Support" maintainer="Juan RP " -checksum=ef7e4ed2f3594dd02a50a92fc47dc0e1fea80c07fab8a5f3d1040ee76fae0acb +license="GPL-2" +checksum=dc8c600f6a7f0ceb423099874e66c6e091ae73eb2227dc5f771dacac50a1b6eb 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 @@ -16,13 +17,12 @@ long_desc=" openrc_services="acpid default true" conf_files="/etc/conf.d/acpid" -Add_dependency full glibc +Add_dependency run glibc post_install() { - 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 + vinstall ${FILESDIR}/acpid.rc 755 etc/init.d acpid + vinstall ${FILESDIR}/acpid.confd 644 etc/conf.d acpid + vinstall ${FILESDIR}/handler.sh 755 etc/acpi + vinstall ${FILESDIR}/anything 644 etc/acpi/events }