opt/sdl_ttf/Pkgfile

19 lines
449 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: TrueType library for libsdl.
# URL: http://www.libsdl.org/projects/SDL_ttf/
2006-10-09 20:47:27 +02:00
# Maintainer: Simone Rota, sip at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: freetype, libsdl
name=sdl_ttf
2006-05-26 02:17:09 +02:00
version=2.0.8
release=2
source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$version.tar.gz \
$name-noftinternals.patch)
2006-02-23 16:26:10 +01:00
build() {
cd SDL_ttf-$version
patch < ../$name-noftinternals.patch
2006-02-23 16:26:10 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}