wok diff links/receipt @ rev 8646
Fixed postgresqlclient post_remove. Its also using .files-list files directly now. So sources will not take up space on tank.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Feb 15 19:34:52 2011 +0000 (2011-02-15) |
parents | fa67ff8d6e28 |
children | e2dd4c43c979 |
line diff
1.1 --- a/links/receipt Thu Jan 08 20:37:24 2009 +0100 1.2 +++ b/links/receipt Tue Feb 15 19:34:52 2011 +0000 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