# Contributor: Sodface # Maintainer: Sodface pkgname=sdl_ttf pkgver=2.0.11_git20220525 _commit=2648c22c4f9e32d05a11b32f636b1c225a1502ac pkgrel=3 _pkgname=SDL_ttf pkgdesc="A library which allows you to use TrueType fonts in your SDL applications" url="https://github.com/libsdl-org/SDL_ttf" arch="all" license="Zlib" makedepends="freetype-dev mesa-dev sdl12-compat-dev" subpackages="$pkgname-dev" options="!check" # no test suite source="https://github.com/libsdl-org/SDL_ttf/archive/$_commit.zip" builddir="$srcdir"/$_pkgname-$_commit build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --disable-static make } package() { make DESTDIR="$pkgdir" install } sha512sums=" 013e89568dbac57530e285147e1758467375afc38eeff52f29b5d3bddb87ad97a4956aceb0b5a7a0dd4ffe0fea7c2e309f78cd3cab61b8ec32b1020be5b27047 2648c22c4f9e32d05a11b32f636b1c225a1502ac.zip "