contrib/sdl_ttf/Pkgfile
2014-11-10 23:28:51 +11:00

22 lines
471 B
Plaintext

# Description: TrueType library for libsdl.
# URL: http://www.libsdl.org/projects/SDL_ttf/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Simone Rota, sip at crux dot nu
# Depends on: freetype libsdl
name=sdl_ttf
version=2.0.11
release=1
source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$version.tar.gz)
build() {
cd SDL_ttf-$version
./configure \
--prefix=/usr \
--disable-dependency-tracking
make
make DESTDIR=$PKG install
}