All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] mumudvb-1.6: initial recipe
@ 2010-10-01 11:17 Andreas Oberritter
  2010-10-01 11:17 ` [PATCH 2/4] lib{ebml,matroska}-1.0.0: intitial recipes Andreas Oberritter
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Andreas Oberritter @ 2010-10-01 11:17 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Oberritter <obi@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




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-10-04 12:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-01 11:17 [PATCH 1/4] mumudvb-1.6: initial recipe Andreas Oberritter
2010-10-01 11:17 ` [PATCH 2/4] lib{ebml,matroska}-1.0.0: intitial recipes Andreas Oberritter
2010-10-01 11:17 ` [PATCH 3/4] cdfs-2.6.27: initial recipe Andreas Oberritter
2010-10-02 16:28   ` Frans Meulenbroeks
2010-10-04 12:03     ` Andreas Oberritter
2010-10-04 12:31       ` Frans Meulenbroeks
2010-10-01 11:17 ` [PATCH 4/4] libcdio-0.82: reduce package size, add dependencies, move recipe Andreas Oberritter
2010-10-01 11:22   ` Andreas Oberritter
2010-10-02 16:26     ` Frans Meulenbroeks

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.