contrib/sdl2_ttf/Pkgfile

18 lines
419 B
Plaintext

# Description: TrueType library for libsdl2.
# URL: https://www.libsdl.org/projects/SDL_ttf/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: freetype libsdl2
name=sdl2_ttf
version=2.20.2
release=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
make
make DESTDIR=$PKG install
}