contrib/acpid/Pkgfile
2011-12-02 17:43:24 +02:00

24 lines
751 B
Plaintext

# Description: Advanced Configuration and Power Interface event management daemon with netlink suppport
# URL: http://tedfelix.com/linux/acpid-netlink.html
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
name=acpid
version=2.0.13
release=1
source=(http://www.tedfelix.com/linux/$name-$version.tar.gz \
acpid.rc default default.sh)
build() {
cd $name-$version
make
make DESTDIR=$PKG MANDIR=/usr/man install
install -D -m 755 $SRC/acpid.rc $PKG/etc/rc.d/acpid
install -D -m 755 $SRC/default.sh $PKG/etc/acpi/default.sh
install -D -m 644 $SRC/default $PKG/etc/acpi/events/default
rm -rf $PKG/usr/share
cd kacpimon
make -f makefile
make SBIN=$PKG/usr/sbin install
install -D -m 644 kacpimon.8 $PKG/usr/man/man8/kacpimon.8
}