void-packages/srcpkgs/acpid/template

21 lines
636 B
Bash
Raw Normal View History

# Template file for 'acpid'
pkgname=acpid
2015-08-22 14:09:35 +02:00
version=2.0.25
2015-09-09 09:09:55 +02:00
revision=2
build_pie=yes
2012-04-16 11:09:24 +02:00
build_style=gnu-configure
2015-06-02 07:40:00 +02:00
configure_args="--sbindir=/usr/bin"
conf_files="/etc/acpi/events/anything /etc/acpi/handler.sh"
2011-05-16 11:02:30 +02:00
short_desc="The ACPI Daemon (acpid) With Netlink Support"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2011-10-07 23:35:03 +02:00
license="GPL-2"
2013-05-30 08:15:54 +02:00
homepage="http://sourceforge.net/projects/acpid2/"
distfiles="${SOURCEFORGE_SITE}/acpid2/acpid-$version.tar.xz"
2015-08-22 14:09:35 +02:00
checksum=0b700a8072bec162c512f72cbe419195601ab3e0ffd2138f9bd95ed3097a5c68
2012-04-16 11:09:24 +02:00
post_install() {
2011-10-07 23:35:03 +02:00
vinstall ${FILESDIR}/handler.sh 755 etc/acpi
vinstall ${FILESDIR}/anything 644 etc/acpi/events
2014-10-13 12:07:44 +02:00
vsv acpid
}