Initial .bep file for sdl-ttf-2.0.10, this will need to be updated once sdl-ttf-2.0.10 is released to update the source url.

This commit is contained in:
Scott McCreary
2009-10-18 03:54:33 +00:00
parent 22cd1911a9
commit e5f631ae27

View File

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