new package: add package 'evtest' for debugging

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-09-20 18:23:37 +02:00
parent e5852ca4d9
commit 3e5fa2c834
4 changed files with 27 additions and 2 deletions

16
packages/debug/evtest/build Executable file
View File

@ -0,0 +1,16 @@
#!/bin/sh
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build libxml2
cd $PKG_BUILD
$AUTORECONF
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
make

9
packages/debug/evtest/install Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
. config/options $1
$SCRIPTS/install libxml2
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/evtest $INSTALL/usr/bin
cp $PKG_BUILD/evtest-capture $INSTALL/usr/bin

View File

@ -0,0 +1 @@
http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-1.25.tar.bz2

View File

@ -8,5 +8,4 @@ $SCRIPTS/install mesa-demos
$SCRIPTS/install htop # on user request
$SCRIPTS/install nano # on user request
$SCRIPTS/install wgetpaste
$SCRIPTS/install evtest