mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
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:
22
media-libs/libsdl/libsdl-1.2.14.bep
Normal file
22
media-libs/libsdl/libsdl-1.2.14.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user