CVS: moonbase/libs/pygame BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

jmhodges at lunar-linux.org jmhodges at lunar-linux.org
Sat Sep 6 18:11:28 GMT 2003


Update of /var/cvs/lunar/moonbase/libs/pygame
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11997/pygame

Added Files:
	BUILD DEPENDS DETAILS 
Log Message:
initial import


--- NEW FILE: BUILD ---
(
 python setup.py build &&
 prepare_install       &&
 python setup.py install
) > $C_FIFO 2>&1


--- NEW FILE: DEPENDS ---
depends Python &&
depends SDL &&
depends SDL_image &&
depends SDL_ttf && 
depends SDL_mixer &&
depends smpeg &&
depends numpy 

--- NEW FILE: DETAILS ---
           MODULE=pygame
         VERSION=1.5.6
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=http://www.pygame.org/ftp/$SOURCE
        WEB_SITE=http://www.pygame.org
         ENTERED=20030906
         UPDATED=20030906
           SHORT="Pygame is a set of Python modules designed for writing games."
cat << EOF
Pygame is a set of Python modules designed for writing games. It is 
written on top of the excellent SDL library. This allows you to create 
fully featured games and multimedia programs in the python language. 
Pygame is highly portable and runs on nearly every platform and 
operating system.  
EOF




More information about the Lunar-commits mailing list