simply build made with a simple hack. see: http://dev.haiku-os.org/ticket/3232

This commit is contained in:
Michael Vinícius de Oliveira
2009-11-03 20:13:06 +00:00
parent e797243756
commit 11a9e3e35e

View File

@@ -0,0 +1,16 @@
DESCRIPTION="SDL_gfx - SDL graphics drawing primitives and other support functions"
HOMEPAGE="http://www.ohloh.net/p/ftgl"
SRC_URI="http://downloads.sourceforge.net/project/ftgl/FTGL%20Source/2.1.3%7Erc5/ftgl-2.1.3-rc5.tar.gz?use_mirror=ufpr"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd ftgl-2.1.3~rc5
./configure --build=i586-pc-beos --prefix=/boot/common
make
}
INSTALL {
cd ftgl-2.1.3~rc5
make install
}