description="TrueType library for libsdl." url="http://www.libsdl.org/projects/SDL_ttf/" packager="Spiky " contributors="Fanch,Tnut,Spiky" makedepends=(freetype sdl) name=sdl-ttf version=2.20.1 source=(https://github.com/libsdl-org/SDL_ttf/releases/download/release-$version/SDL2_ttf-$version.tar.gz) build() { cd SDL2_ttf-$version ./configure \ --prefix=/usr \ --disable-dependency-tracking make make DESTDIR=$PKG install }