wscan: add 20101204 version
authorKoen Kooi <koen@openembedded.org>
Tue, 21 Dec 2010 12:06:56 +0000 (13:06 +0100)
committerKoen Kooi <koen@openembedded.org>
Tue, 21 Dec 2010 12:07:28 +0000 (13:07 +0100)
* this one adds a few extra symbol rates to scan for

Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/dvbtools/wscan_20101204.bb [new file with mode: 0644]

diff --git a/recipes/dvbtools/wscan_20101204.bb b/recipes/dvbtools/wscan_20101204.bb
new file mode 100644 (file)
index 0000000..6771e25
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "Wscan is a dvb channel scanner that doesn't require an initial frequency table"
+LICENSE = "GPLv2"
+
+SRC_URI = "http://wirbel.htpc-forum.de/w_scan/w_scan-${PV}.tar.bz2"
+
+SRC_URI[md5sum] = "93c1a61992cac35d0efcf14a0ef2bd25"
+SRC_URI[sha256sum] = "1731a17317a75f9c37732654c10070acf4058b70757f762de8be05d8f5fcf838"
+
+S = "${WORKDIR}/w_scan-${PV}"
+
+inherit autotools
+
+FILES_${PN} += "${datadir}"
+