wok-stable diff libfox/receipt @ rev 4647

Up: apache* (2.2.14)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Dec 26 13:46:27 2009 +0100 (2009-12-26)
parents 8c8d1dfb63df
children 8752c40cc534
line diff
     1.1 --- a/libfox/receipt	Thu Jul 24 09:52:02 2008 +0000
     1.2 +++ b/libfox/receipt	Sat Dec 26 13:46:27 2009 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  WEB_SITE="http://www.fox-toolkit.org/"
     1.5  WGET_URL="http://www.fox-toolkit.org/ftp/$TARBALL"
     1.6  
     1.7 -DEPENDS="libpng jpeg zlib bzlib 
     1.8 +DEPENDS="libpng jpeg zlib bzlib expat tiff
     1.9  xorg-libX11 xorg-libXau xorg-libXdmcp 
    1.10  xorg-libXft xorg-libXrender 
    1.11  freetype fontconfig 
    1.12 @@ -52,8 +52,8 @@
    1.13  		--with-xcursor=yes --with-xrandr=yes --with-shape=yes \
    1.14  		--with-opengl=no --with-xshm=no --with-xim=no --with-profiling=no \
    1.15  		--enable-release --disable-static \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22