Magellan Linux

Contents of /trunk/extras/pygame/pygame-1.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 835 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/pygame/pygame-1.8.0-r1.smage2,v 1.1 2008/04/20 23:19:50 niro Exp $
2
3 PNAME="pygame"
4 PVER="1.8.0"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-python"
8 STATE="unstable"
9
10 DESCRIPTION="Pygame is a set of Python modules designed for writing games."
11 HOMEPAGE="http://www.pygame.org/"
12
13 DEPEND=">= dev-lang/python-2.5
14 >= dev-python/numeric-24.2
15 >= media-libs/libsdl-1.2.13
16 >= media-libs/sdl-ttf-2.0.9
17 >= media-libs/sdl-image-1.2.6
18 >= media-libs/sdl-mixer-1.2.8
19 >= media-libs/smpeg-0.4.4"
20
21 SRCFILE="${PNAME}-${PVER}release.tar.gz"
22 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}release"
23
24 sminclude python
25
26 SRC_URI=(
27 http://www.pygame.org/ftp/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 )
30
31 src_prepare()
32 {
33 munpack ${SRCFILE} || die
34 cd ${SRCDIR}
35
36 # fix libdir for existing sdl libs
37 sed -i "s:/lib:/$(mlibdir):" config_unix.py || die
38 }

Properties

Name Value
svn:keywords Id