1
0
forked from ports/opt

Initial commit of sdl_gfx

This commit is contained in:
Daniel Walpole 2005-11-17 02:08:54 +00:00
parent 594a21b69a
commit e42fe6f7f0
3 changed files with 32 additions and 0 deletions

14
sdl_gfx/.footprint Normal file
View File

@ -0,0 +1,14 @@
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_framerate.h
-rw-r--r-- root/root usr/include/SDL/SDL_gfxPrimitives.h
-rw-r--r-- root/root usr/include/SDL/SDL_gfxPrimitives_font.h
-rw-r--r-- root/root usr/include/SDL/SDL_imageFilter.h
-rw-r--r-- root/root usr/include/SDL/SDL_rotozoom.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libSDL_gfx.a
-rwxr-xr-x root/root usr/lib/libSDL_gfx.la
lrwxrwxrwx root/root usr/lib/libSDL_gfx.so -> libSDL_gfx.so.13.0.0
lrwxrwxrwx root/root usr/lib/libSDL_gfx.so.13 -> libSDL_gfx.so.13.0.0
-rwxr-xr-x root/root usr/lib/libSDL_gfx.so.13.0.0

1
sdl_gfx/.md5sum Normal file
View File

@ -0,0 +1 @@
b1ce778232db0b1979695f0a5a945a13 SDL_gfx-2.0.13.tar.gz

17
sdl_gfx/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# $Id: Pkgfile,v 1.2 2005/10/30 04:56:49 danielw Exp $
# Description: SDL graphics drawing primitives and other support functions.
# URL: http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/index.html
# Maintainer: Daniel Walpole, daniel at walpole dot id dot au
# Depends on: libsdl
name=sdl_gfx
version=2.0.13
release=1
source=(http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/SDL_gfx-$version.tar.gz)
build() {
cd SDL_gfx-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}