mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
new package: add initial package acpid
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
80fc3215ab
commit
04ee562258
@ -59,6 +59,7 @@ case "$2" in
|
||||
$SCRIPTS/install gcc-final
|
||||
$SCRIPTS/install linux $2
|
||||
$SCRIPTS/install busybox
|
||||
$SCRIPTS/install acpid
|
||||
$SCRIPTS/install util-linux-ng
|
||||
|
||||
echo "OpenELEC" > $INSTALL/etc/distribution
|
||||
|
9
packages/sysutils/acpid/build
Executable file
9
packages/sysutils/acpid/build
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
make
|
11
packages/sysutils/acpid/install
Executable file
11
packages/sysutils/acpid/install
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/usr/sbin
|
||||
cp $PKG_BUILD/acpid $INSTALL/usr/sbin
|
||||
|
||||
if [ "$DEVTOOLS" = yes ]; then
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/acpi_listen $INSTALL/usr/bin
|
||||
fi
|
1
packages/sysutils/acpid/url
Normal file
1
packages/sysutils/acpid/url
Normal file
@ -0,0 +1 @@
|
||||
http://www.tedfelix.com/linux/acpid-2.0.6.tar.gz
|
Loading…
x
Reference in New Issue
Block a user