1 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
2 # Contributor: Allan McRae <allan@archlinux.org>
3 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
8 pkgdesc="A library that allows you to use TrueType fonts in your SDL applications"
9 url="https://www.libsdl.org/projects/SDL_ttf/"
12 depends=(sdl freetype2)
13 source=(https://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$pkgver.tar.gz
14 freetype-pkgconfig.patch
16 sha256sums=('724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7'
17 '87412f614b97b4724cb4845db882f07c15caf098dee57a856d6dbae0f58de80d'
18 '4baea703454b9bca9498a920485552f1b8489a5007f8f1366080b14a4cd74c90')
24 patch -Ni ../bug1433.patch
26 # Fix build with FreeType 2.9.1
27 patch -Np1 -i ../freetype-pkgconfig.patch
29 touch NEWS README AUTHORS ChangeLog
35 ./configure --prefix=/usr --disable-static
41 make DESTDIR="$pkgdir" install
42 install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"