wok diff links/receipt @ rev 6073
zsh: no more link for /bin/sh with tazbb
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 26 12:59:48 2010 +0200 (2010-08-26) |
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 Aug 26 12:59:48 2010 +0200 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