mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
new package: add package 'evtest' for debugging
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e5852ca4d9
commit
3e5fa2c834
16
packages/debug/evtest/build
Executable file
16
packages/debug/evtest/build
Executable 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
9
packages/debug/evtest/install
Executable 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
|
1
packages/debug/evtest/url
Normal file
1
packages/debug/evtest/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-1.25.tar.bz2
|
@ -8,5 +8,4 @@ $SCRIPTS/install mesa-demos
|
|||||||
$SCRIPTS/install htop # on user request
|
$SCRIPTS/install htop # on user request
|
||||||
$SCRIPTS/install nano # on user request
|
$SCRIPTS/install nano # on user request
|
||||||
$SCRIPTS/install wgetpaste
|
$SCRIPTS/install wgetpaste
|
||||||
|
$SCRIPTS/install evtest
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user