mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
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:
18
media-libs/sdl-ttf/sdl-ttf-2.0.10.bep
Normal file
18
media-libs/sdl-ttf/sdl-ttf-2.0.10.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user