Initial .bep file for pygame, this is a work in progress, not yet building, so listed as broken.

This commit is contained in:
Scott McCreary
2010-07-07 06:16:45 +00:00
parent f1c19155e7
commit 1e03bc71d0

View File

@@ -0,0 +1,21 @@
DESCRIPTION="pygame - python bindings to sdl and other libs that facilitate game production"
HOMEPAGE="http://www.pygame.org"
SRC_URI="http://www.pygame.org/ftp/pygame-1.9.1release.tar.gz"
CHECKSUM_MD5="1c4cdc708d17c8250a2d78ef997222fc"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND="dev-lang/python >= 2.6.4
media-libs/libsdl >= 1.2.14
media-libs/sdl-image >=
media-libs/smpeg >="
BUILD {
cd pygame-1.9.1release
python setup.py install
}
INSTALL {
cd pygame-1.9.1release
}
#LICENSE=""
#COPYRIGHT=""