contrib/sdl_ttf/Pkgfile
2023-10-15 12:00:27 +00:00

21 lines
508 B
Plaintext

# Description: TrueType library for libsdl.
# URL: https://github.com/libsdl-org/SDL_ttf
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: freetype libsdl
name=sdl_ttf
version=2.0.11.1
_commit=73202c5e6fc28b8ac68f5b62e2507f6214755689
release=2
source=(https://github.com/libsdl-org/SDL_ttf/archive/$_commit/$name-$version-$release.zip)
build() {
cd SDL_ttf-$_commit
./configure --prefix=/usr \
--disable-sdltest \
--disable-freetypetest
make
make DESTDIR=$PKG install
}