wok-stable diff elinks/receipt @ rev 5500

Up: claws-mail-attremover (1.0.12)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat May 08 09:26:25 2010 +0200 (2010-05-08)
parents 31c985a0bd3d
children 154678c3def5
line diff
     1.1 --- a/elinks/receipt	Tue Feb 16 13:39:45 2010 +0000
     1.2 +++ b/elinks/receipt	Sat May 08 09:26:25 2010 +0200
     1.3 @@ -5,7 +5,8 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Full featured www text browser"
     1.6  MAINTAINER="allan316@gmail.com"
     1.7 -DEPENDS="openssl bzip2 spidermonkey"
     1.8 +DEPENDS="openssl bzip2 spidermonkey xorg-libX11 zlib libidn expat \
     1.9 +xorg-libXau xorg-libXdmcp"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://elinks.or.cz"
    1.12  WGET_URL="$WEB_SITE/download/$TARBALL"
    1.13 @@ -16,8 +17,8 @@
    1.14  {
    1.15  	cd $src
    1.16  	./configure --prefix=$PWD/_pkg/usr --infodir=$PWD/_pkg/usr/share/info \
    1.17 -	--mandir=$PWD/_pkg/usr/share/man $CONFIGURE_ARGS
    1.18 -	make
    1.19 +	--mandir=$PWD/_pkg/usr/share/man $CONFIGURE_ARGS &&
    1.20 +	make &&
    1.21  	make install
    1.22  }
    1.23