libmms: add 0.5
authorKoen Kooi <koen@openembedded.org>
Sat, 1 May 2010 17:35:03 +0000 (19:35 +0200)
committerKoen Kooi <koen@openembedded.org>
Sat, 1 May 2010 17:35:03 +0000 (19:35 +0200)
recipes/xbmc/libmms_0.5.bb [new file with mode: 0644]

diff --git a/recipes/xbmc/libmms_0.5.bb b/recipes/xbmc/libmms_0.5.bb
new file mode 100644 (file)
index 0000000..a898c4b
--- /dev/null
@@ -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
+