Initial .bep file for sdl-image-1.2.8, it'll need to be updated once 1.2.8 is release to point to the right source url.

This commit is contained in:
Scott McCreary
2009-10-18 03:10:27 +00:00
parent 894c0a00b4
commit 2f805b3acb

View File

@@ -0,0 +1,19 @@
DESCRIPTION="Simple Direct Media Layer Image Library"
HOMEPAGE="http://www.libsdl.org/projects/SDL_image"
SRC_URI="http://www.libsdl.org/tmp/SDL_image/release/SDL_image-1.2.8.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd SDL_image-1.2.8
./autogen.sh
libtoolize --force --copy --install
./autogen.sh
./configure --prefix=/boot/common
make
}
INSTALL {
cd SDL_image-1.2.8
make install
}