Files
haikuports/media-libs/libsdl/libsdl-1.2.13.bep
2008-07-30 16:49:08 +00:00

19 lines
334 B
Plaintext

DESCRIPTION="Simple Direct Media Layer"
HOMEPAGE="http://www.libsdl.org/"
SRC_URI="http://www.libsdl.org/release/SDL-1.2.13.tar.gz"
REVISION="1"
STATUS_R5="untested"
STATUS_BONE="stable"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd SDL-1.2.13
./configure --prefix=/boot/home/config
make
}
INSTALL {
cd SDL-1.2.13
make install
}