wok-6.x diff libsdl-image/receipt @ rev 16347
libpthread-stubs: clean bdeps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 12 23:59:16 2014 +0200 (2014-04-12) |
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 Sat Apr 12 23:59:16 2014 +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