diff --git a/packages/sysutils/pm-utils/build b/packages/sysutils/pm-utils/build index b03dbd53f4..5d39750d1c 100755 --- a/packages/sysutils/pm-utils/build +++ b/packages/sysutils/pm-utils/build @@ -2,8 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain - cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ diff --git a/packages/sysutils/pm-utils/install b/packages/sysutils/pm-utils/install index 8945223185..cfa27b5ff8 100755 --- a/packages/sysutils/pm-utils/install +++ b/packages/sysutils/pm-utils/install @@ -2,10 +2,6 @@ . config/options $1 -$SCRIPTS/install grep -$SCRIPTS/install dmidecode -$SCRIPTS/install kbd - mkdir -p $INSTALL/etc/pm/config.d mkdir -p $INSTALL/etc/pm/power.d mkdir -p $INSTALL/etc/pm/sleep.d diff --git a/packages/sysutils/pm-utils/meta b/packages/sysutils/pm-utils/meta new file mode 100644 index 0000000000..2db4232368 --- /dev/null +++ b/packages/sysutils/pm-utils/meta @@ -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" diff --git a/packages/sysutils/pm-utils/url b/packages/sysutils/pm-utils/url deleted file mode 100644 index d6883b385e..0000000000 --- a/packages/sysutils/pm-utils/url +++ /dev/null @@ -1 +0,0 @@ -http://pm-utils.freedesktop.org/releases/pm-utils-1.4.1.tar.gz \ No newline at end of file