summaryrefslogtreecommitdiffstats
path: root/sdl_ttf/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'sdl_ttf/Pkgfile')
-rw-r--r--sdl_ttf/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/sdl_ttf/Pkgfile b/sdl_ttf/Pkgfile
new file mode 100644
index 000000000..48f763b9a
--- /dev/null
+++ b/sdl_ttf/Pkgfile
@@ -0,0 +1,21 @@
+# 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
+# Run on: freetype,sdl
+
+name=sdl_ttf
+version=2.0.10
+release=1
+source=( http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$version.tar.gz)
+
+build() {
+ cd SDL_ttf-$version
+
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+