summaryrefslogtreecommitdiffstats
path: root/extra/sdl_image/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-07-15 21:08:05 +0200
committerpiernov <piernov@piernov.org>2011-07-15 21:08:05 +0200
commitb6757b338a845a867ed986c6af43849637285486 (patch)
tree29a71c6f105452aadc146bf0c93c8791f2b10439 /extra/sdl_image/Pkgfile
parentf8bf4b10215eae8a7b8b86140f2ac24922ee9bc5 (diff)
downloadnutyx-pakxe-b6757b338a845a867ed986c6af43849637285486.tar.gz
nutyx-pakxe-b6757b338a845a867ed986c6af43849637285486.tar.bz2
nutyx-pakxe-b6757b338a845a867ed986c6af43849637285486.tar.xz
nutyx-pakxe-b6757b338a845a867ed986c6af43849637285486.zip
sdl_image 1.2.10-4 déplacé dans extra
Diffstat (limited to 'extra/sdl_image/Pkgfile')
-rw-r--r--extra/sdl_image/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/sdl_image/Pkgfile b/extra/sdl_image/Pkgfile
new file mode 100644
index 000000000..bf0b60031
--- /dev/null
+++ b/extra/sdl_image/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Librairie pour charger des images.
+# URL: http://www.libsdl.org/projects/SDL_image
+# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libtiff, libpng, sdl
+# Run on: libtiff,libpng,sdl
+
+name=sdl_image
+version=1.2.10
+release=4
+source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$version.tar.gz sdl-image-1.2.10-libpng15.patch)
+
+build() {
+ cd SDL_image-$version
+ patch -p0 < ../sdl-image-1.2.10-libpng15.patch
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+