diff options
| author | Matt Reimer <mattjreimer@gmail.com> | 2007-03-23 00:17:08 +0000 |
|---|---|---|
| committer | Matt Reimer <mattjreimer@gmail.com> | 2007-03-23 00:17:08 +0000 |
| commit | 95312a5176e4e171b12874d5883931c5b4c431e5 (patch) | |
| tree | e81f137fd13d7dc5ae02001a748e80a019985f5a /packages/python/python-gst_0.10.6.bb | |
| parent | a12ac56357b7776233de666d936349d41121c29d (diff) | |
python-gstreamer: Rename to py-gst.
Diffstat (limited to 'packages/python/python-gst_0.10.6.bb')
| -rw-r--r-- | packages/python/python-gst_0.10.6.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/python/python-gst_0.10.6.bb b/packages/python/python-gst_0.10.6.bb new file mode 100644 index 0000000000..28dba93cb5 --- /dev/null +++ b/packages/python/python-gst_0.10.6.bb @@ -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 +} |
