root/haikuports/trunk/media-libs/libsdl/libsdl-1.2.12.bep

Revision 8, 336 bytes (checked in by brecht, 17 months ago)

added platform-specific status information to libsdl-1.2.12.bep

Line 
1DESCRIPTION="Simple Direct Media Layer"
2HOMEPAGE="http://www.libsdl.org/"
3SRC_URI="http://www.libsdl.org/release/SDL-1.2.12.tar.gz"
4REVISION="1"
5STATUS_R5="untested"
6STATUS_BONE="stable"
7STATUS_HAIKU="untested"
8DEPEND=""
9BUILD {
10        cd SDL-1.2.12
11        ./configure --prefix=/boot/home/config
12        make
13}
14
15INSTALL {
16        cd SDL-1.2.12
17        make install
18}
Note: See TracBrowser for help on using the browser.