From 6de36f49a418edd384601ff57e8b503c99746bb0 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 14 Nov 2010 16:16:24 +0100 Subject: [PATCH] tvdump: add meta file support Signed-off-by: Stephan Raue --- packages/debug/tvdump/build | 3 --- packages/debug/tvdump/{ => doc}/url.txt | 0 packages/debug/tvdump/install | 3 --- packages/debug/tvdump/meta | 14 ++++++++++++++ packages/debug/tvdump/url | 1 - 5 files changed, 14 insertions(+), 7 deletions(-) rename packages/debug/tvdump/{ => doc}/url.txt (100%) create mode 100644 packages/debug/tvdump/meta delete mode 100644 packages/debug/tvdump/url diff --git a/packages/debug/tvdump/build b/packages/debug/tvdump/build index e5bd0e960f..cb38d9f397 100755 --- a/packages/debug/tvdump/build +++ b/packages/debug/tvdump/build @@ -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 \ No newline at end of file diff --git a/packages/debug/tvdump/url.txt b/packages/debug/tvdump/doc/url.txt similarity index 100% rename from packages/debug/tvdump/url.txt rename to packages/debug/tvdump/doc/url.txt diff --git a/packages/debug/tvdump/install b/packages/debug/tvdump/install index 4bf2c499a9..5923ab50f2 100755 --- a/packages/debug/tvdump/install +++ b/packages/debug/tvdump/install @@ -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 diff --git a/packages/debug/tvdump/meta b/packages/debug/tvdump/meta new file mode 100644 index 0000000000..7364c829b2 --- /dev/null +++ b/packages/debug/tvdump/meta @@ -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" diff --git a/packages/debug/tvdump/url b/packages/debug/tvdump/url deleted file mode 100644 index 54f1f85e5b..0000000000 --- a/packages/debug/tvdump/url +++ /dev/null @@ -1 +0,0 @@ -http://sources.openelec.tv/svn/tvdump-20101025.tar.bz2 \ No newline at end of file