# Description: Bibliothèque TrueType pour libsdl. # URL: http://www.libsdl.org/projects/SDL_ttf/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: freetype, sdl 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 # Application de patchs patch -i $SRC/sdl_ttf-noftinternals.patch # compilation ./configure --prefix=/usr make make DESTDIR=$PKG install }