sdl_gfx: commit didn't go to plan

This commit is contained in:
Danny Rawlins 2011-12-28 13:49:45 +11:00
parent 8fa13d45e6
commit 7791659af5
2 changed files with 1 additions and 4 deletions

View File

@ -1,2 +1 @@
fcc3c4f2d1b4943409bf7e67dd65d03a SDL_gfx-2.0.23.tar.gz
f969da9d8bf714e1122c40d807ef3ca5 sdl_gfx-2.0.13-imageFilter-asm.fix.patch

View File

@ -7,12 +7,10 @@
name=sdl_gfx
version=2.0.23
release=1
source=(http://downloads.sourceforge.net/project/sdlgfx/SDL_gfx-$version.tar.gz
sdl_gfx-2.0.13-imageFilter-asm.fix.patch)
source=(http://downloads.sourceforge.net/project/sdlgfx/SDL_gfx-$version.tar.gz)
build() {
cd SDL_gfx-$version
#patch -p 1 -i $SRC/sdl_gfx-2.0.13-imageFilter-asm.fix.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install