wok diff libsdl-image/receipt @ rev 20821

updated deluge (1.3.6 -> 1.3.15)
author Hans-G?nter Theisgen
date Tue Feb 19 14:13:56 2019 +0100 (2019-02-19)
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	Tue Feb 19 14:13:56 2019 +0100
     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