forked from kiss-community/repo
acpid: new package at 2.0.32
This commit is contained in:
parent
ca1baa36e1
commit
0f7cba2a03
12
extra/acpid/build
Executable file
12
extra/acpid/build
Executable 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
2
extra/acpid/checksums
Normal file
@ -0,0 +1,2 @@
|
||||
f2d2d30b3edc3234bd82f6f7186699a6aa3c85c8d20bc4e30e9b3c68a1ed157e acpid-2.0.32.tar.xz
|
||||
ebd61afac770d3d9cae5c411f44002496fb18b28cf7b77520072a3909852246e acpid.run
|
2
extra/acpid/files/acpid.run
Normal file
2
extra/acpid/files/acpid.run
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec acpid -f
|
2
extra/acpid/sources
Normal file
2
extra/acpid/sources
Normal 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
1
extra/acpid/version
Normal file
@ -0,0 +1 @@
|
||||
2.0.32 1
|
Loading…
Reference in New Issue
Block a user