Initial .bep file for libsdl-1.3-hg. Patches welcome for adding Haiku support to SDL-1.3.

This commit is contained in:
Scott McCreary
2010-05-10 04:41:59 +00:00
parent 03b8f33a60
commit e97effb1b7

View File

@@ -0,0 +1,19 @@
DESCRIPTION="Simple Direct Media Layer"
HOMEPAGE="http://www.libsdl.org/"
SRC_URI="hg+http://hg.libsdl.org/SDL"
#CHECKSUM_MD5="e52086d1b508fa0b76c52ee30b55bec4"
REVISION="1"
STATUS_HAIKU="broken"
MESSAGE="bwindow support does not yet exist for libsdl-1.3, patches welcome"
DEPEND=""
BUILD {
cd libsdl-1.3-hg
./autogen.sh
./configure --prefix=/boot/common
make
}
INSTALL {
cd libsdl-1.3-hg
make install
}