diff options
Diffstat (limited to 'packages/python/python-pygame_1.6.bb')
| -rw-r--r-- | packages/python/python-pygame_1.6.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/python/python-pygame_1.6.bb b/packages/python/python-pygame_1.6.bb new file mode 100644 index 0000000000..c07a07c75c --- /dev/null +++ b/packages/python/python-pygame_1.6.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Python libSDL Bindings" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +LICENSE = "LGPL" +RDEPENDS = "python-core python-numeric" +DEPENDS = "virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric" +SRCNAME = "pygame" + +SRC_URI = "http://www.pygame.org/ftp/${SRCNAME}-${PV}.tar.gz \ + file://qpe.patch;patch=1 \ + file://Setup" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + +do_configure_prepend() { + SDL="`sdl-config --cflags` `sdl-config --libs`"; echo "SDL=$SDL" >Setup + cat ${WORKDIR}/Setup >>Setup +} |
