From 0afa6f0f95665dcd9e8532533117d97776ef207e Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 9 Dec 2004 18:08:07 +0000 Subject: add a couple of license statements and remove rdepends to python-core since this is being added through distutils.bbclass BKrev: 41b89487qJM8uurTe2Ldlw89HbmdKQ --- packages/python/python-pygame_1.6.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'packages/python/python-pygame_1.6.bb') diff --git a/packages/python/python-pygame_1.6.bb b/packages/python/python-pygame_1.6.bb index e69de29bb2..c07a07c75c 100644 --- a/packages/python/python-pygame_1.6.bb +++ 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 " +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 +} -- cgit v1.2.3