Initial .bep file for sdl-net

This commit is contained in:
Scott McCreary
2009-10-18 04:22:50 +00:00
parent e5f631ae27
commit e4a6a70ccc

View File

@@ -0,0 +1,19 @@
DESCRIPTION="Simple Direct Media Layer Net Library"
HOMEPAGE="http://www.libsdl.org/projects/SDL_net"
SRC_URI="http://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.7.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd SDL_net-1.2.7
cp /boot/common/share/aclocal/libtool.m4 acinclude/libtool.m4
libtoolize --copy --force --install
./autogen.sh
./configure --prefix=/boot/common
make
}
INSTALL {
cd SDL_net-1.2.7
make install
}