acpid: update to 2.0.17

This commit is contained in:
Mikhail Kolesnik 2013-01-19 16:46:11 +02:00
parent 46e00c1f16
commit 2197aace09
3 changed files with 6 additions and 9 deletions

View File

@ -14,5 +14,5 @@ drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/acpid.8.gz
-rw-r--r-- root/root usr/man/man8/kacpimon.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-x--- root/root usr/sbin/acpid
-rwxr-x--- root/root usr/sbin/kacpimon
-rwxr-xr-x root/root usr/sbin/acpid
-rwxr-xr-x root/root usr/sbin/kacpimon

View File

@ -1,4 +1,4 @@
5bbbb9a320192df1cdd8d0e9a0196379 acpid-2.0.13.tar.gz
d858729b7d984c5e3a0c7558e9de1584 acpid-2.0.17.tar.xz
d9cfda3e2ce4161edb19ed737950f7db acpid.rc
a0d3f9a8480faf602a7415d03267f49f default
270a4cddfe84c89c0fe534ece700d98b default.sh

View File

@ -3,21 +3,18 @@
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
name=acpid
version=2.0.13
version=2.0.17
release=1
source=(http://www.tedfelix.com/linux/$name-$version.tar.gz \
source=(http://www.tedfelix.com/linux/$name-$version.tar.xz \
acpid.rc default default.sh)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
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
}