wok diff links/receipt @ rev 5369

rename qt-everywhere* to simple qt4; improve all receipts; tazwok need to work with SOURCE and WANTED (feature not patched for quite long now); improve compile options and add libQtOpenGL back
author Rohit Joshi <jozee@slitaz.org>
date Thu Apr 29 14:42:30 2010 -0400 (2010-04-29)
parents fa67ff8d6e28
children e2dd4c43c979
line diff
     1.1 --- a/links/receipt	Thu Jan 08 20:37:24 2009 +0100
     1.2 +++ b/links/receipt	Thu Apr 29 14:42:30 2010 -0400
     1.3 @@ -5,7 +5,8 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Light and speed web browser using Ncurses or Xlib."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="ncurses openssl"
     1.8 +DEPENDS="ncurses openssl jpeg libpng tiff xorg-libX11 xorg-libXau \
     1.9 +xorg-libXdmcp zlib"
    1.10  BUILD_DEPENDS="ncurses-dev openssl-dev"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://links.twibright.com/"
    1.13 @@ -22,8 +23,8 @@
    1.14  		--without-directfb \
    1.15  		--without-bzip2 \
    1.16  		--enable-graphics \
    1.17 -		$CONFIGURE_ARGS
    1.18 -	make
    1.19 +		$CONFIGURE_ARGS &&
    1.20 +	make &&
    1.21  	make DESTDIR=$PWD/_pkg install
    1.22  }
    1.23