2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

acpid: new package at 2.0.32

This commit is contained in:
Dylan Araps 2020-01-12 19:15:31 +02:00
parent ca1baa36e1
commit 0f7cba2a03
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 19 additions and 0 deletions

12
extra/acpid/build Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--sbindir=/usr/bin
make
make DESTDIR="$1" install
# Install runit service.
install -Dm755 acpid.run "$1/etc/sv/acpid/run"
ln -s /run/runit/supervise.acpid "$1/etc/sv/acpid/supervise"

2
extra/acpid/checksums Normal file
View File

@ -0,0 +1,2 @@
f2d2d30b3edc3234bd82f6f7186699a6aa3c85c8d20bc4e30e9b3c68a1ed157e acpid-2.0.32.tar.xz
ebd61afac770d3d9cae5c411f44002496fb18b28cf7b77520072a3909852246e acpid.run

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec acpid -f

2
extra/acpid/sources Normal file
View File

@ -0,0 +1,2 @@
https://downloads.sourceforge.net/sourceforge/acpid2/acpid-2.0.32.tar.xz
files/acpid.run

1
extra/acpid/version Normal file
View File

@ -0,0 +1 @@
2.0.32 1