summaryrefslogtreecommitdiff
path: root/acpid
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2016-12-31 00:04:46 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2016-12-31 00:04:46 +0100
commitf420d8e2feec3c026dd28959ed5b65649646cb56 (patch)
tree3e90d8565a6419f4e1e028435752b759c218e71e /acpid
parentab093f034934be82247e33520d38c022951750dc (diff)
parent3a9820d2febebdc02cf34702fb285d6448ce7ca5 (diff)
downloadcontrib-f420d8e2feec3c026dd28959ed5b65649646cb56.tar.gz
contrib-f420d8e2feec3c026dd28959ed5b65649646cb56.tar.xz
Merge branch '3.2' into 3.3
Diffstat (limited to 'acpid')
-rw-r--r--acpid/.footprint11
-rw-r--r--acpid/.md5sum2
-rw-r--r--acpid/Pkgfile10
3 files changed, 12 insertions, 11 deletions
diff --git a/acpid/.footprint b/acpid/.footprint
index 556b9bc7b..bf1867a03 100644
--- a/acpid/.footprint
+++ b/acpid/.footprint
@@ -8,11 +8,12 @@ drwxr-xr-x root/root etc/rc.d/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/acpi_listen
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/acpi_listen.8.gz
--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-xr-x root/root usr/sbin/acpid
-rwxr-xr-x root/root usr/sbin/kacpimon
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/acpi_listen.8.gz
+-rw-r--r-- root/root usr/share/man/man8/acpid.8.gz
+-rw-r--r-- root/root usr/share/man/man8/kacpimon.8.gz
diff --git a/acpid/.md5sum b/acpid/.md5sum
index 705e19d42..db1760359 100644
--- a/acpid/.md5sum
+++ b/acpid/.md5sum
@@ -1,4 +1,4 @@
-c8ba756030d1b21fc973ec3d640f27f1 acpid-2.0.22.tar.xz
+0432407b5ff75ae8e08afb43052fde2b acpid-2.0.28.tar.xz
d9cfda3e2ce4161edb19ed737950f7db acpid.rc
a0d3f9a8480faf602a7415d03267f49f default
270a4cddfe84c89c0fe534ece700d98b default.sh
diff --git a/acpid/Pkgfile b/acpid/Pkgfile
index 860da69cf..21992e833 100644
--- a/acpid/Pkgfile
+++ b/acpid/Pkgfile
@@ -1,20 +1,20 @@
# Description: Advanced Configuration and Power Interface event management daemon with netlink suppport
# URL: http://sourceforge.net/projects/acpid2/
-# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
+# Maintainer: Fredrik Rinnestam, fredrik at crux dot guru
name=acpid
-version=2.0.22
+version=2.0.28
release=1
source=(http://downloads.sourceforge.net/sourceforge/acpid2/$name-$version.tar.xz \
acpid.rc default default.sh)
build() {
cd $name-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
- make DESTDIR=$PKG MANDIR=/usr/man install
+ make DESTDIR=$PKG 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
+ rm -r $PKG/usr/share/doc
}

Generated by cgit