aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xbmc/libmms_0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xbmc/libmms_0.5.bb')
-rw-r--r--recipes/xbmc/libmms_0.5.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xbmc/libmms_0.5.bb b/recipes/xbmc/libmms_0.5.bb
new file mode 100644
index 0000000000..a898c4bc5e
--- /dev/null
+++ b/recipes/xbmc/libmms_0.5.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "LibMMS is a common library for parsing mms:// and mmsh:// type network streams."
+LICENSE = "LGPLv2.1"
+
+DEPENDS = "glib-2.0"
+
+SRC_URI = "http://launchpad.net/libmms/trunk/${PV}/+download/libmms-${PV}.tar.gz"
+SRC_URI[md5sum] = "cf83053ec891f14e73a04c84d9de08ee"
+SRC_URI[sha256sum] = "02d9ca2b16b1517b84edb6c1c378a1f447679a831ba708a0396b30852aa6f091"
+
+inherit autotools
+