From c44e4f7ce83aeb69fe86fd7ff099e3b3e80be8f3 Mon Sep 17 00:00:00 2001 From: Jason Thomas Dolan Date: Thu, 8 Dec 2005 03:56:26 +0000 Subject: [PATCH] Added sdl_image --- sdl_image/.footprint | 10 ++++++++++ sdl_image/.md5sum | 1 + sdl_image/Pkgfile | 16 ++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 sdl_image/.footprint create mode 100644 sdl_image/.md5sum create mode 100644 sdl_image/Pkgfile diff --git a/sdl_image/.footprint b/sdl_image/.footprint new file mode 100644 index 000000000..5c73cbe69 --- /dev/null +++ b/sdl_image/.footprint @@ -0,0 +1,10 @@ +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.1.3 +-rwxr-xr-x root/root usr/lib/libSDL_image-1.2.so.0.1.3 +-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.1.3 diff --git a/sdl_image/.md5sum b/sdl_image/.md5sum new file mode 100644 index 000000000..33e8dbcb8 --- /dev/null +++ b/sdl_image/.md5sum @@ -0,0 +1 @@ +70bf617f99e51a2c94550fc79d542f0b SDL_image-1.2.4.tar.gz diff --git a/sdl_image/Pkgfile b/sdl_image/Pkgfile new file mode 100644 index 000000000..b04a0d3d4 --- /dev/null +++ b/sdl_image/Pkgfile @@ -0,0 +1,16 @@ +# Description: SDL_image +# Packager: Antonio Musumeci bile at landofbile dot com +# Maintainer: Jay Dolan jasonthomasdolan at yahoo dot com +# URL: http://www.libsdl.org/projects/SDL_image +# Depends on: libjpeg,libpng,libsdl + +name=sdl_image +version=1.2.4 +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 +}