mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
Initial .bep file for libsdl-1.3-hg. Patches welcome for adding Haiku support to SDL-1.3.
This commit is contained in:
19
media-libs/libsdl/libsdl-1.3-hg.bep
Normal file
19
media-libs/libsdl/libsdl-1.3-hg.bep
Normal 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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user