# Description: TrueType library for libsdl.
# URL: https://github.com/libsdl-org/SDL_ttf
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: freetype libsdl

name=sdl_ttf
version=2.0.11.1
_commit=73202c5e6fc28b8ac68f5b62e2507f6214755689
release=2
source=(https://github.com/libsdl-org/SDL_ttf/archive/$_commit/$name-$version-$release.zip)

build() {
  cd SDL_ttf-$_commit

  ./configure --prefix=/usr \
    --disable-sdltest \
    --disable-freetypetest
  make 
  make DESTDIR=$PKG install
}
