aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-pygame_1.6.oe
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-pygame_1.6.oe')
-rw-r--r--python/python-pygame_1.6.oe19
1 files changed, 0 insertions, 19 deletions
diff --git a/python/python-pygame_1.6.oe b/python/python-pygame_1.6.oe
deleted file mode 100644
index dfe36ada39..0000000000
--- a/python/python-pygame_1.6.oe
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "Python libSDL Bindings"
-SECTION = "devel/python"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-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
-}