diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-08-19 17:37:46 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-19 17:37:46 +0000 |
commit | c4654869732909f4dc1c043ea0cce71537e89d3f (patch) | |
tree | 6c30f8f9b9d1aa72d8b9a9557c91772b84562e8a /packages/python/python-pygame_1.7.1.bb | |
parent | 97f991702952f288dfbb34fee41b56799c654e31 (diff) |
python-pygame 1.7.1 update to 1.8.1 and stage headers
Diffstat (limited to 'packages/python/python-pygame_1.7.1.bb')
-rw-r--r-- | packages/python/python-pygame_1.7.1.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/python/python-pygame_1.7.1.bb b/packages/python/python-pygame_1.7.1.bb deleted file mode 100644 index 37b73148e6..0000000000 --- a/packages/python/python-pygame_1.7.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Python libSDL Bindings" -SECTION = "devel/python" -PRIORITY = "optional" -LICENSE = "LGPL" -RDEPENDS = "python-numeric" -DEPENDS = "libsdl-x11 libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric" -SRCNAME = "pygame" -PR = "ml2" - -SRC_URI = "http://www.pygame.org/ftp/${SRCNAME}-${PV}release.tar.gz \ - file://Setup" -S = "${WORKDIR}/${SRCNAME}-${PV}release" - -inherit distutils - -do_configure_prepend() { - SDL="`sdl-config --cflags` `sdl-config --libs`"; echo "SDL=$SDL" >Setup - cat ${WORKDIR}/Setup >>Setup -} |