acpid: add metafile support, cleanups

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 12:41:59 +01:00
parent 16bfef27e1
commit cbfa2a1615
3 changed files with 14 additions and 3 deletions

View File

@ -2,8 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
cd $PKG_BUILD
make

View File

@ -0,0 +1,14 @@
PKG_NAME="acpid"
PKG_VERSION="2.0.6"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://acpid.sourceforge.net/"
PKG_URL="http://www.tedfelix.com/linux/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="acpid: A daemon for delivering ACPI events"
PKG_LONGDESC="ACPID is a completely flexible and expandable mechanism for delivering ACPI events from the kernel to user-space. It can be configured to perform any action at all when events occur, through regex matches and arbitrary action rules."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://www.tedfelix.com/linux/acpid-2.0.6.tar.gz