contrib/sdl2_ttf/Pkgfile

18 lines
395 B
Plaintext
Raw Normal View History

2021-11-02 04:11:21 +01:00
# Description: TrueType library for libsdl2.
2019-04-13 10:32:58 +02:00
# 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
}