mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 05:40:07 +02:00
23 lines
532 B
Plaintext
23 lines
532 B
Plaintext
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
|
|
LOCALBASE=/boot/common/
|
|
python setup.py install
|
|
}
|
|
|
|
INSTALL {
|
|
cd pygame-1.9.1release
|
|
}
|
|
#LICENSE=""
|
|
#COPYRIGHT=""
|