diff options
author | Mikhail Kolesnik <mike@openbunker.org> | 2013-01-19 16:46:11 +0200 |
---|---|---|
committer | Mikhail Kolesnik <mike@openbunker.org> | 2013-01-20 11:11:36 +0200 |
commit | 2197aace0941bfa20b730b7b1efe088f6e12617f (patch) | |
tree | d4548012f27fd0f134d8889589d86d1a7e86288d /acpid | |
parent | 46e00c1f168457428e240a8035c1ea376b73b485 (diff) | |
download | contrib-2197aace0941bfa20b730b7b1efe088f6e12617f.tar.gz contrib-2197aace0941bfa20b730b7b1efe088f6e12617f.tar.xz |
acpid: update to 2.0.17
Diffstat (limited to 'acpid')
-rw-r--r-- | acpid/.footprint | 4 | ||||
-rw-r--r-- | acpid/.md5sum | 2 | ||||
-rw-r--r-- | acpid/Pkgfile | 9 |
3 files changed, 6 insertions, 9 deletions
diff --git a/acpid/.footprint b/acpid/.footprint index 1515b95ce..556b9bc7b 100644 --- a/acpid/.footprint +++ b/acpid/.footprint @@ -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 diff --git a/acpid/.md5sum b/acpid/.md5sum index 9c4054c88..193451752 100644 --- a/acpid/.md5sum +++ b/acpid/.md5sum @@ -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 diff --git a/acpid/Pkgfile b/acpid/Pkgfile index e79ae91df..42c44e47b 100644 --- a/acpid/Pkgfile +++ b/acpid/Pkgfile @@ -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 } |