2006-02-23 15:26:10 +00:00
|
|
|
# Description: TrueType library for libsdl.
|
|
|
|
# URL: http://www.libsdl.org/projects/SDL_ttf/
|
2006-10-09 18:47:27 +00:00
|
|
|
# Maintainer: Simone Rota, sip at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
# Depends on: freetype, libsdl
|
|
|
|
|
|
|
|
name=sdl_ttf
|
2006-05-26 00:17:09 +00:00
|
|
|
version=2.0.8
|
2007-01-03 13:35:33 +01:00
|
|
|
release=2
|
|
|
|
source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$version.tar.gz \
|
|
|
|
$name-noftinternals.patch)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd SDL_ttf-$version
|
2007-01-03 13:35:33 +01:00
|
|
|
patch < ../$name-noftinternals.patch
|
2006-02-23 15:26:10 +00:00
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|