contrib/sdl_ttf/Pkgfile

21 lines
459 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
release=1
source=(https://github.com/libsdl-org/SDL_ttf/archive/refs/heads/SDL-1.2.zip)
renames=($name-$version.zip)
2008-02-11 11:46:53 +01:00
build() {
cd SDL_ttf-*
2011-01-24 09:19:27 +01:00
./configure --prefix=/usr \
--disable-sdltest \
--disable-freetypetest
2008-02-11 11:46:53 +01:00
make
make DESTDIR=$PKG install
}