contrib/sdl2_ttf/Pkgfile
2021-11-02 14:11:41 +11:00

18 lines
395 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.0.15
release=1
source=(https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$version.tar.gz)
build() {
cd SDL2_ttf-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}