2008-02-11 21:46:53 +11:00
|
|
|
# Description: TrueType library for libsdl.
|
2023-03-03 12:25:18 -05:00
|
|
|
# URL: https://github.com/libsdl-org/SDL_ttf
|
|
|
|
# Maintainer: John McQuah, jmcquah at disroot dot org
|
2008-02-11 21:46:53 +11:00
|
|
|
# Depends on: freetype libsdl
|
|
|
|
|
|
|
|
name=sdl_ttf
|
2023-03-03 12:25:18 -05:00
|
|
|
version=2.0.11.1
|
|
|
|
release=1
|
|
|
|
source=(https://github.com/libsdl-org/SDL_ttf/archive/refs/heads/SDL-1.2.zip)
|
|
|
|
renames=($name-$version.zip)
|
2008-02-11 21:46:53 +11:00
|
|
|
|
|
|
|
build() {
|
2023-03-03 12:25:18 -05:00
|
|
|
cd SDL_ttf-*
|
2011-01-24 19:19:27 +11:00
|
|
|
|
2023-03-03 12:25:18 -05:00
|
|
|
./configure --prefix=/usr \
|
|
|
|
--disable-sdltest \
|
|
|
|
--disable-freetypetest
|
2008-02-11 21:46:53 +11:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|