python-gstreamer: Rename to py-gst.
[vuplus_openembedded] / packages / python / python-gst_0.10.6.bb
1 LICENSE = "GPL"
2 DESCRIPTION = "Python gstreamer Bindings"
3 SECTION = "devel/python"
4 HOMEPAGE = "http://gstreamer.freedesktop.org"
5 PRIORITY = "optional"
6 #DEPENDS = "gstreamer"
7 #RDEPENDS = "gstreamer"
8
9 SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.gz"
10 S = "${WORKDIR}/gst-python-${PV}"
11
12 inherit autotools pkgconfig
13
14 do_configure() {
15         oe_runconf
16 }