debug: add meta file support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 16:53:50 +01:00
parent 47949e8883
commit f5508275d7
2 changed files with 17 additions and 13 deletions

View File

@ -1,13 +0,0 @@
#!/bin/sh
. config/options $1
$SCRIPTS/install strace
$SCRIPTS/install gdb
$SCRIPTS/install mesa-demos
$SCRIPTS/install htop # on user request
$SCRIPTS/install nano # on user request
$SCRIPTS/install wgetpaste
$SCRIPTS/install evtest
$SCRIPTS/install tvdump

17
packages/debug/meta Normal file
View File

@ -0,0 +1,17 @@
PKG_NAME="debug"
PKG_VERSION=""
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"
PKG_URL=""
PKG_DEPENDS="strace gdb mesa-demos htop nano wgetpaste evtest tvdump"
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="debug"
PKG_SHORTDESC="debug: Metapackage for installing debugging tools"
PKG_LONGDESC="debug is a Metapackage for installing debugging tools"
PKG_IS_ADDON="no"