contrib/sdl_ttf/Pkgfile

21 lines
520 B
Plaintext
Raw Normal View History

2008-02-11 11:46:53 +01:00
# Description: TrueType library for libsdl.
# URL: http://www.libsdl.org/projects/SDL_ttf/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2008-02-11 11:46:53 +01:00
# Packager: Simone Rota, sip at crux dot nu
# 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 \
sdl_ttf-noftinternals.patch)
build() {
cd SDL_ttf-$version
patch -i $SRC/sdl_ttf-noftinternals.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}