From 2e20d4960a9fb6c4a7566ad01b1c22a18c9ae4e3 Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 15 Mar 2011 22:59:01 +0100 Subject: sdl_image dans ouvert --- extra/sdl_image/.footprint.i686 | 12 ------------ extra/sdl_image/.footprint.x86_64 | 12 ------------ extra/sdl_image/.md5sum.i686 | 1 - extra/sdl_image/.md5sum.x86_64 | 1 - extra/sdl_image/Pkgfile | 20 -------------------- 5 files changed, 46 deletions(-) delete mode 100644 extra/sdl_image/.footprint.i686 delete mode 100644 extra/sdl_image/.footprint.x86_64 delete mode 100644 extra/sdl_image/.md5sum.i686 delete mode 100644 extra/sdl_image/.md5sum.x86_64 delete mode 100644 extra/sdl_image/Pkgfile 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 -} - - -- cgit v1.2.3-54-g00ecf