From e5f631ae2788ee6d6b3fa636660cbaef22899b68 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sun, 18 Oct 2009 03:54:33 +0000 Subject: [PATCH] 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. --- media-libs/sdl-ttf/sdl-ttf-2.0.10.bep | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 media-libs/sdl-ttf/sdl-ttf-2.0.10.bep diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.10.bep b/media-libs/sdl-ttf/sdl-ttf-2.0.10.bep new file mode 100644 index 000000000..8bbac957f --- /dev/null +++ b/media-libs/sdl-ttf/sdl-ttf-2.0.10.bep @@ -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 +}