summaryrefslogtreecommitdiff
path: root/python/python-pygame_1.6.oe
blob: dd2dd424312b1909e52b65d719675f8c6b96f555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Python libSDL Bindings"
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core python-numeric"
DEPENDS = "virtual/libc 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://${FILESDIR}/qpe.patch;patch=1"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils

do_configure_prepend() {
	SDL="`sdl-config --cflags` `sdl-config --libs`"; echo "SDL=$SDL" >Setup
        cat ${FILESDIR}/Setup >>Setup
}