From 8a0f5d1f18166c81d557276fe4f56ae60477189d Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Wed, 18 Nov 2009 09:23:53 +0100 Subject: Ajout de sdl_ttf#2.0.8-1 --- extra/sdl_ttf/Pkgfile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 extra/sdl_ttf/Pkgfile (limited to 'extra/sdl_ttf/Pkgfile') diff --git a/extra/sdl_ttf/Pkgfile b/extra/sdl_ttf/Pkgfile new file mode 100644 index 000000000..d0ec5311c --- /dev/null +++ b/extra/sdl_ttf/Pkgfile @@ -0,0 +1,24 @@ +# Description: Bibliothèque TrueType pour libsdl. +# URL: http://www.libsdl.org/projects/SDL_ttf/ +# Maintainer: Danny Rawlins +# Packager: Simone Rota +# 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 + + # Application de patchs + patch -i $SRC/sdl_ttf-noftinternals.patch + + # compilation + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + -- cgit v1.2.3-54-g00ecf