summaryrefslogtreecommitdiffstats
path: root/extra/sdl_ttf/Pkgfile
diff options
context:
space:
mode:
authorOlivier DOSSMANN <blankoworld@wanadoo.fr>2009-11-18 09:23:53 +0100
committerOlivier DOSSMANN <blankoworld@wanadoo.fr>2009-11-18 09:23:53 +0100
commit8a0f5d1f18166c81d557276fe4f56ae60477189d (patch)
tree0f800643c8bbc145e8c0c7b16199fd49f3790b07 /extra/sdl_ttf/Pkgfile
parentb1346931d78dd4268ab552e1f5569b53fc971b9a (diff)
downloadnutyx-extra-8a0f5d1f18166c81d557276fe4f56ae60477189d.tar.gz
nutyx-extra-8a0f5d1f18166c81d557276fe4f56ae60477189d.tar.bz2
nutyx-extra-8a0f5d1f18166c81d557276fe4f56ae60477189d.tar.xz
nutyx-extra-8a0f5d1f18166c81d557276fe4f56ae60477189d.zip
Ajout de sdl_ttf#2.0.8-1
Diffstat (limited to 'extra/sdl_ttf/Pkgfile')
-rw-r--r--extra/sdl_ttf/Pkgfile24
1 files changed, 24 insertions, 0 deletions
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 <monster dot romster at gmail dot com>
+# 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
+
+ # Application de patchs
+ patch -i $SRC/sdl_ttf-noftinternals.patch
+
+ # compilation
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+