the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: pygame-py%type_pkg[python]
Version: 1.7.1release
Revision: 1005
Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
Type: python (2.3 2.4 2.5)
BuildDepends: sdl (>= 1.2.9-1001), sdl-image (>= 1.2.3), sdl-mixer (>= 1.2.6-1012), sdl-ttf (>= 2.0.6), smpeg (>= 0.4.4-1025)
Depends: python%type_pkg[python], sdl-shlibs (>= 1.2.9-1001), sdl-image-shlibs (>= 1.2.3), sdl-mixer-shlibs (>= 1.2.6-1012), sdl-ttf-shlibs (>= 2.0.6), smpeg-shlibs (>= 0.4.4-1025), pil-py%type_pkg[python] (>= 1.1.4-1027), pyobjc-py%type_pkg[python] (>= 1.3.0), numeric-py%type_pkg[python] (>= 23.8)
Maintainer: None
Source: http://www.pygame.org/ftp/pygame-%v.tar.gz
HomePage: http://www.pygame.org
License: LGPL
Description: Python modules for writing games
Source-MD5: 05d86d1af446f79411359400951053b7
Patch: %{ni}.patch
PatchScript: perl -pi -e 's|_AIX|darwin|g' src/display.c
SetCPPFLAGS: -I/usr/X11R6/include
DocFiles: readme.txt install.html WHATSNEW
CompileScript: <<
LOCALBASE=%p %p/bin/python%type_raw[python] config.py
%p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
%p/bin/python%type_raw[python] setup.py install --root=%d
install -d %i/share/doc/%n
cp -R docs/* %i/share/doc/%n/
cp -R examples %i/share/doc/%n/
<<
<<