mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
pm-utils: add metafile support, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3fc8f2c8f0
commit
928b6975d4
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
|
@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/install grep
|
|
||||||
$SCRIPTS/install dmidecode
|
|
||||||
$SCRIPTS/install kbd
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/etc/pm/config.d
|
mkdir -p $INSTALL/etc/pm/config.d
|
||||||
mkdir -p $INSTALL/etc/pm/power.d
|
mkdir -p $INSTALL/etc/pm/power.d
|
||||||
mkdir -p $INSTALL/etc/pm/sleep.d
|
mkdir -p $INSTALL/etc/pm/sleep.d
|
||||||
|
14
packages/sysutils/pm-utils/meta
Normal file
14
packages/sysutils/pm-utils/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="pm-utils"
|
||||||
|
PKG_VERSION="1.4.1"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="GPL"
|
||||||
|
PKG_SITE="http://pm-utils.freedesktop.org/wiki/"
|
||||||
|
PKG_URL="http://pm-utils.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
|
PKG_DEPENDS="grep dmidecode kbd"
|
||||||
|
PKG_BUILD_DEPENDS="toolchain"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="system"
|
||||||
|
PKG_SHORTDESC="pm-utils: a small collection of scripts that handle suspend and resume on behalf of HAL."
|
||||||
|
PKG_LONGDESC="pm-utils is a small collection of scripts that handle suspend and resume on behalf of HAL."
|
||||||
|
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
|||||||
http://pm-utils.freedesktop.org/releases/pm-utils-1.4.1.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user