Added sdl_image
This commit is contained in:
parent
ea1aec1953
commit
c44e4f7ce8
10
sdl_image/.footprint
Normal file
10
sdl_image/.footprint
Normal 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.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
|
1
sdl_image/.md5sum
Normal file
1
sdl_image/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
70bf617f99e51a2c94550fc79d542f0b SDL_image-1.2.4.tar.gz
|
16
sdl_image/Pkgfile
Normal file
16
sdl_image/Pkgfile
Normal file
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user