aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vdr/vdr.inc
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2010-01-09 19:55:05 +0100
committerPhil Blundell <philb@gnu.org>2010-01-29 16:02:21 +0000
commit82c0ca871667f6ded7dee09e9308615d16053252 (patch)
tree4a655dee2b6e2290d7b7fae97f145e2e31ef94fb /recipes/vdr/vdr.inc
parentcd149ebbd44ee4cc91f1c44d39a4105bc95f2cdc (diff)
downloadopenembedded-82c0ca871667f6ded7dee09e9308615d16053252.tar.gz
vdr: reorder recipe header and add SECTION
• Order the recipe header as in the user manual [1] and add `SECTION = console/multimedia`. • Bump package release variable. [1] http://docs.openembedded.org/usermanual/html/recipes_header.html Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'recipes/vdr/vdr.inc')
-rw-r--r--recipes/vdr/vdr.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/vdr/vdr.inc b/recipes/vdr/vdr.inc
index 2e8cf40631..1077af9ceb 100644
--- a/recipes/vdr/vdr.inc
+++ b/recipes/vdr/vdr.inc
@@ -1,8 +1,8 @@
DESCRIPTION = "Video Disk Recorder (VDR) is a digital sat-receiver program using Linux and DVB technologies. It allows one to record MPEG2 streams, as well as output the stream to TV. It is also possible to watch DVDs (hardware accelerated) with some comfort and use an IR remote control."
-AUTHOR = "Klaus Schmidinger"
-LICENSE = "GPLv2"
HOMEPAGE = "http://www.tvdr.de"
-
+SECTION = "console/multimedia"
+LICENSE = "GPLv2"
+AUTHOR = "Klaus Schmidinger"
DEPENDS = "fontconfig freetype gettext libcap jpeg virtual/libintl"
SRC_URI = "ftp://ftp.tvdr.de/vdr/Developer/${P}.tar.bz2"