Add a bb for python gstreamer bindings.
authorMatt Reimer <mattjreimer@gmail.com>
Fri, 15 Dec 2006 02:02:05 +0000 (02:02 +0000)
committerMatt Reimer <mattjreimer@gmail.com>
Fri, 15 Dec 2006 02:02:05 +0000 (02:02 +0000)
packages/python/python-gstreamer_0.10.6.bb [new file with mode: 0644]

diff --git a/packages/python/python-gstreamer_0.10.6.bb b/packages/python/python-gstreamer_0.10.6.bb
new file mode 100644 (file)
index 0000000..28dba93
--- /dev/null
@@ -0,0 +1,16 @@
+LICENSE = "GPL"
+DESCRIPTION = "Python gstreamer Bindings"
+SECTION = "devel/python"
+HOMEPAGE = "http://gstreamer.freedesktop.org"
+PRIORITY = "optional"
+#DEPENDS = "gstreamer"
+#RDEPENDS = "gstreamer"
+
+SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.gz"
+S = "${WORKDIR}/gst-python-${PV}"
+
+inherit autotools pkgconfig
+
+do_configure() {
+       oe_runconf
+}