new package: add package 'tvdump'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-26 05:28:27 +02:00
parent 36a125667e
commit 5f16564c84
5 changed files with 29 additions and 0 deletions

View File

@ -9,5 +9,6 @@ $SCRIPTS/install htop # on user request
$SCRIPTS/install nano # on user request
$SCRIPTS/install wgetpaste
$SCRIPTS/install evtest
$SCRIPTS/install tvdump
$SCRIPTS/install wireless_tools

10
packages/debug/tvdump/build Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build libpciaccess
cd $PKG_BUILD
$CC -Wall -O0 -g -o tvdump tvdump.c -lpciaccess

11
packages/debug/tvdump/install Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
. config/options $1
$SCRIPTS/install Python
$SCRIPTS/install libpciaccess
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/tvdump $INSTALL/usr/bin
cp $PKG_BUILD/tvdump2code.py $INSTALL/usr/bin/tvdump2code
chmod +x $INSTALL/usr/bin/tvdump2code

View File

@ -0,0 +1 @@
http://sources.openelec.tv/svn/tvdump-20101025.tar.bz2

View File

@ -0,0 +1,6 @@
dump video bios:
http://nouveau.freedesktop.org/wiki/DumpingVideoBios/
tvdump:
http://cgit.freedesktop.org/~currojerez/tvdump/