mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-20 02:30:05 +02:00
PyGame is building on gcc4 with this latest .bep file. Need to recheck on gcc2 though.
This commit is contained in:
@@ -3,20 +3,26 @@ 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"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-lang/python >= 2.6.4
|
||||
media-libs/libsdl >= 1.2.14
|
||||
media-libs/sdl-image >=
|
||||
media-libs/smpeg >="
|
||||
media-libs/sdl-image >= 1.2.10
|
||||
media-libs/smpeg >= 0.4.5"
|
||||
|
||||
BUILD {
|
||||
cd pygame-1.9.1release
|
||||
LOCALBASE=/boot/common/
|
||||
python setup.py install
|
||||
python setup.py build
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd pygame-1.9.1release
|
||||
python setup.py install --root=${DESTDIR}
|
||||
}
|
||||
#LICENSE=""
|
||||
#COPYRIGHT=""
|
||||
LICENSE="LGPL-2.1"
|
||||
COPYRIGHT="2000-2004, 2007 Pete Shinners
|
||||
2004 Takafumi Mizuno
|
||||
2006-2007 Rene Dudfield
|
||||
2007 Richard Goedeken
|
||||
2007-2008 Marcus von Appen"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user