summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-15 22:59:01 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-15 22:59:01 +0100
commit2e20d4960a9fb6c4a7566ad01b1c22a18c9ae4e3 (patch)
treedc0c7a6e4ee8df1a1f31050b3d863b14e8361445
parenta4025bd336a858b78ec68ae549d6cf8c69a9e62c (diff)
downloadnutyx-extra-2e20d4960a9fb6c4a7566ad01b1c22a18c9ae4e3.tar.gz
nutyx-extra-2e20d4960a9fb6c4a7566ad01b1c22a18c9ae4e3.tar.bz2
nutyx-extra-2e20d4960a9fb6c4a7566ad01b1c22a18c9ae4e3.tar.xz
nutyx-extra-2e20d4960a9fb6c4a7566ad01b1c22a18c9ae4e3.zip
sdl_image dans ouvert
-rw-r--r--extra/sdl_image/.footprint.i68612
-rw-r--r--extra/sdl_image/.footprint.x86_6412
-rw-r--r--extra/sdl_image/.md5sum.i6861
-rw-r--r--extra/sdl_image/.md5sum.x86_641
-rw-r--r--extra/sdl_image/Pkgfile20
5 files changed, 0 insertions, 46 deletions
diff --git a/extra/sdl_image/.footprint.i686 b/extra/sdl_image/.footprint.i686
deleted file mode 100644
index c11c1bfe0..000000000
--- a/extra/sdl_image/.footprint.i686
+++ /dev/null
@@ -1,12 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/SDL/
--rw-r--r-- root/root usr/include/SDL/SDL_image.h
-drwxr-xr-x root/root usr/lib/
-lrwxrwxrwx root/root usr/lib/libSDL_image-1.2.so.0 -> libSDL_image-1.2.so.0.8.2
--rwxr-xr-x root/root usr/lib/libSDL_image-1.2.so.0.8.2
--rw-r--r-- root/root usr/lib/libSDL_image.a
--rwxr-xr-x root/root usr/lib/libSDL_image.la
-lrwxrwxrwx root/root usr/lib/libSDL_image.so -> libSDL_image-1.2.so.0.8.2
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/SDL_image.pc
diff --git a/extra/sdl_image/.footprint.x86_64 b/extra/sdl_image/.footprint.x86_64
deleted file mode 100644
index c11c1bfe0..000000000
--- a/extra/sdl_image/.footprint.x86_64
+++ /dev/null
@@ -1,12 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/SDL/
--rw-r--r-- root/root usr/include/SDL/SDL_image.h
-drwxr-xr-x root/root usr/lib/
-lrwxrwxrwx root/root usr/lib/libSDL_image-1.2.so.0 -> libSDL_image-1.2.so.0.8.2
--rwxr-xr-x root/root usr/lib/libSDL_image-1.2.so.0.8.2
--rw-r--r-- root/root usr/lib/libSDL_image.a
--rwxr-xr-x root/root usr/lib/libSDL_image.la
-lrwxrwxrwx root/root usr/lib/libSDL_image.so -> libSDL_image-1.2.so.0.8.2
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/SDL_image.pc
diff --git a/extra/sdl_image/.md5sum.i686 b/extra/sdl_image/.md5sum.i686
deleted file mode 100644
index d074b2f2f..000000000
--- a/extra/sdl_image/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-6c06584b31559e2b59f2b982d0d1f628 SDL_image-1.2.10.tar.gz
diff --git a/extra/sdl_image/.md5sum.x86_64 b/extra/sdl_image/.md5sum.x86_64
deleted file mode 100644
index d074b2f2f..000000000
--- a/extra/sdl_image/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-6c06584b31559e2b59f2b982d0d1f628 SDL_image-1.2.10.tar.gz
diff --git a/extra/sdl_image/Pkgfile b/extra/sdl_image/Pkgfile
deleted file mode 100644
index a8bbece2d..000000000
--- a/extra/sdl_image/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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=1
-source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$version.tar.gz)
-
-build() {
- cd SDL_image-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}
-
-