From b6cef8b5214f0a07bc0b2511a65a954517ee4d6d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 11 Mar 2010 12:35:41 +0100 Subject: python-pygame: add version 1.9.1, with new staging and smpeg compatibility Signed-off-by: Martin Jansa --- recipes/python/python-pygame_1.8.1.bb | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 recipes/python/python-pygame_1.8.1.bb (limited to 'recipes/python/python-pygame_1.8.1.bb') diff --git a/recipes/python/python-pygame_1.8.1.bb b/recipes/python/python-pygame_1.8.1.bb deleted file mode 100644 index 95191ce350..0000000000 --- a/recipes/python/python-pygame_1.8.1.bb +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "Python libSDL Bindings" -SECTION = "devel/python" -HOMEPAGE = "http://www.pygame.org" -LICENSE = "LGPL" -DEPENDS = "libsdl-x11 libsdl-image libsdl-mixer libsdl-net libsdl-ttf python-numeric" -DEPENDS += "${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'smpeg', d)}" -SRCNAME = "pygame" -PR = "ml4" - -SRC_URI = "\ - ftp://ftp.pygame.org/pub/pygame/${SRCNAME}-${PV}release.tar.gz \ - file://Setup \ -" -S = "${WORKDIR}/${SRCNAME}-${PV}release" - -inherit distutils - -do_configure_prepend() { - cat ${WORKDIR}/Setup >Setup - SDL="`sdl-config --cflags` `sdl-config --libs`"; echo "SDL=$SDL" >>Setup - if [ '${ENTERPRISE_DISTRO}' != '1' ]; then - echo "movie src/movie.c \$(SDL) \$(SMPEG) \$(DEBUG)" >>Setup - fi -} - -do_stage() { - distutils_stage_all -} - -RDEPENDS = "python-numeric" -- cgit v1.2.3