contrib/sdl_ttf/Pkgfile

21 lines
508 B
Plaintext
Raw Normal View History

2008-02-11 11:46:53 +01:00
# Description: TrueType library for libsdl.
# URL: https://github.com/libsdl-org/SDL_ttf
# Maintainer: John McQuah, jmcquah at disroot dot org
2008-02-11 11:46:53 +01:00
# Depends on: freetype libsdl
name=sdl_ttf
version=2.0.11.1
2023-10-15 13:33:08 +02:00
_commit=73202c5e6fc28b8ac68f5b62e2507f6214755689
release=2
source=(https://github.com/libsdl-org/SDL_ttf/archive/$_commit/$name-$version-$release.zip)
2008-02-11 11:46:53 +01:00
build() {
2023-10-15 13:33:08 +02:00
cd SDL_ttf-$_commit
2011-01-24 09:19:27 +01:00
2023-10-15 13:33:08 +02:00
./configure --prefix=/usr \
--disable-sdltest \
--disable-freetypetest
make
make DESTDIR=$PKG install
2008-02-11 11:46:53 +01:00
}