1
0
forked from ports/contrib

sdl_image: taken over from opt

This commit is contained in:
Danny Rawlins 2007-04-11 05:27:15 +10:00
parent 7c1895f949
commit 528115749f
3 changed files with 29 additions and 0 deletions

10
sdl_image/.footprint Normal file
View File

@ -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.4
-rwxr-xr-x root/root usr/lib/libSDL_image-1.2.so.0.1.4
-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.4

1
sdl_image/.md5sum Normal file
View File

@ -0,0 +1 @@
cd006109a73bf7dcc93e1c3ed15ee782 SDL_image-1.2.5.tar.gz

18
sdl_image/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: SDL_image is an image file loading library.
# URL: http://www.libsdl.org/projects/SDL_image
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Jay Dolan, jdolan at jdolan dot dyndns dot org
# Depends on: libjpeg libpng libsdl
name=sdl_image
version=1.2.5
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
}