mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
simply build made with a simple hack. see: http://dev.haiku-os.org/ticket/3232
This commit is contained in:
16
media-libs/ftgl/ftgl-2.1.3-rc5.bep
Normal file
16
media-libs/ftgl/ftgl-2.1.3-rc5.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user