sdl_gfx: picked up port from opt
This commit is contained in:
parent
b27f2008d7
commit
89aabafaf6
14
sdl_gfx/.footprint
Normal file
14
sdl_gfx/.footprint
Normal 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
1
sdl_gfx/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
b1ce778232db0b1979695f0a5a945a13 SDL_gfx-2.0.13.tar.gz
|
18
sdl_gfx/Pkgfile
Normal file
18
sdl_gfx/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: SDL graphics drawing primitives and other support functions.
|
||||
# URL: http://www.ferzkopp.net/Software/SDL_gfx-2.0/index.html
|
||||
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||
# Packager: Simone Rota, sip at crux dot nu
|
||||
# Depends on: libsdl
|
||||
|
||||
name=sdl_gfx
|
||||
version=2.0.13
|
||||
release=1
|
||||
source=(http://www.ferzkopp.net/Software/SDL_gfx-${version%.*}/SDL_gfx-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd SDL_gfx-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user