[oe] [PATCH 1/4] mumudvb-1.6: initial recipe

Andreas Oberritter obi at opendreambox.org
Fri Oct 1 11:17:31 UTC 2010


Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
---
 recipes/mumudvb/mumudvb.inc    |   12 ++++++++++++
 recipes/mumudvb/mumudvb_1.6.bb |    4 ++++
 2 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 recipes/mumudvb/mumudvb.inc
 create mode 100644 recipes/mumudvb/mumudvb_1.6.bb

diff --git a/recipes/mumudvb/mumudvb.inc b/recipes/mumudvb/mumudvb.inc
new file mode 100644
index 0000000..8f3ba45
--- /dev/null
+++ b/recipes/mumudvb/mumudvb.inc
@@ -0,0 +1,12 @@
+DESCRIPTION = "redistributes streams from DVB on a network using multicast or HTTP unicast"
+AUTHOR = "Brice Dubost"
+HOMEPAGE = "http://mumudvb.braice.net/"
+SECTION = "console/multimedia"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+
+SRC_URI = "http://mumudvb.braice.net/mumudvb/${P}/mumudvb_${PV}.tar.gz"
+
+S = "${WORKDIR}/mumudvb"
+
+inherit autotools
diff --git a/recipes/mumudvb/mumudvb_1.6.bb b/recipes/mumudvb/mumudvb_1.6.bb
new file mode 100644
index 0000000..3100bd6
--- /dev/null
+++ b/recipes/mumudvb/mumudvb_1.6.bb
@@ -0,0 +1,4 @@
+require mumudvb.inc
+
+SRC_URI[md5sum] = "a463af541d0395ba3a2286e92f080615"
+SRC_URI[sha256sum] = "0b3921762dabac062bba5b086fe5661e98526f8ea2b1719aad0fb40128d7111b"
-- 
1.7.1





More information about the Openembedded-devel mailing list