opt/sdl_ttf/Pkgfile
2006-05-26 00:17:09 +00:00

17 lines
397 B
Plaintext

# Description: TrueType library for libsdl.
# URL: http://www.libsdl.org/projects/SDL_ttf/
# Maintainer: Daniel Walpole, daniel at walpole dot id dot au
# Depends on: freetype, libsdl
name=sdl_ttf
version=2.0.8
release=1
source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$version.tar.gz)
build() {
cd SDL_ttf-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}