pm-utils: add metafile support, cleanups

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 14:42:43 +01:00
parent 3fc8f2c8f0
commit 928b6975d4
4 changed files with 14 additions and 7 deletions

View File

@ -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 \

View File

@ -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

View 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"

View File

@ -1 +0,0 @@
http://pm-utils.freedesktop.org/releases/pm-utils-1.4.1.tar.gz