Initial .bep file for building libsdl-1.2.14. Note that this will need to be updated once the final version of 1.2.14 is released to fix the source url.

This commit is contained in:
Scott McCreary
2009-10-12 21:56:38 +00:00
parent ee60ff9637
commit 7774de5392

View File

@@ -0,0 +1,22 @@
DESCRIPTION="Simple Direct Media Layer"
HOMEPAGE="http://www.libsdl.org/"
SRC_URI="http://www.libsdl.org/tmp/SDL-1.2.14.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd SDL-1.2.14
./autogen.sh
rm aclocal.m4
echo "AC_CONFIG_MACRO_DIR([acinclude])" >> configure.in
libtoolize --force --copy --install
aclocal -I acinclude
./autogen.sh
./configure --prefix=/boot/common
make
}
INSTALL {
cd SDL-1.2.14
make install
}