diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-12-10 19:56:13 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-12-10 19:56:13 +0000 |
commit | 4114355b69f0deee2b79db35fd5a1fb9ed61d280 (patch) | |
tree | 593ef2d46c8bf22132cad3a70a7f067ccf8d97d6 /packages/python/python-pydirectfb_cvs.bb | |
parent | 7dd2b725aefc48f89c4acc3ec268460cefc0661f (diff) |
add python-pydirectfb, Python bindings to DirectFB
Diffstat (limited to 'packages/python/python-pydirectfb_cvs.bb')
-rw-r--r-- | packages/python/python-pydirectfb_cvs.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/python/python-pydirectfb_cvs.bb b/packages/python/python-pydirectfb_cvs.bb new file mode 100644 index 0000000000..cc0f3cfcd9 --- /dev/null +++ b/packages/python/python-pydirectfb_cvs.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "DirectFB Bindings" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "GPL" +SRCNAME = "pydirectfb" +PV = "0.0.0+cvs${SRCDATE}" +PR = "ml0" + +SRC_URI = "cvs://anonymous@pydirectfb.cvs.sourceforge.net/cvsroot/pydirectfb;module=pydirectfb \ + file://fix-directfb-detection.patch;patch=1" +S = "${WORKDIR}/${SRCNAME}" + +inherit distutils + |