wok diff libsdl-image/receipt @ rev 18193
Up openal (1.16.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 10 16:51:38 2015 +0200 (2015-07-10) |
parents | 6eff489aa802 |
children | 087c88e4ce10 |
line diff
1.1 --- a/libsdl-image/receipt Tue Jun 11 11:57:36 2013 +0200 1.2 +++ b/libsdl-image/receipt Fri Jul 10 16:51:38 2015 +0200 1.3 @@ -10,6 +10,7 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.libsdl.org/projects/SDL_image/" 1.6 WGET_URL="http://www.libsdl.org/projects/SDL_image/release/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="libsdl libpng jpeg zlib tiff" 1.10 BUILD_DEPENDS="libsdl-dev libpng-dev jpeg-dev zlib-dev tiff-dev" 1.11 @@ -17,7 +18,6 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 ./configure $CONFIGURE_ARGS \ 1.17 LIBS=" -lz " && 1.18 make && make install