mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
tvdump: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
217e9aa6f9
commit
6de36f49a4
@ -2,9 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libpciaccess
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
$CC -Wall -O0 -g -o tvdump tvdump.c -lpciaccess
|
@ -2,9 +2,6 @@
|
||||
|
||||
. 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
|
||||
|
14
packages/debug/tvdump/meta
Normal file
14
packages/debug/tvdump/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="tvdump"
|
||||
PKG_VERSION="20101025"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://cgit.freedesktop.org/~currojerez/tvdump/"
|
||||
PKG_URL="http://sources.openelec.tv/svn/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="Python libpciaccess"
|
||||
PKG_BUILD_DEPENDS="toolchain libpciaccess"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="system"
|
||||
PKG_SHORTDESC="tvdump: a tool for debugging some informations of video bios"
|
||||
PKG_LONGDESC="tvdump is a tool for debugging some informations of video bios"
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://sources.openelec.tv/svn/tvdump-20101025.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user