wok-6.x diff elinks/receipt @ rev 5493
Added --with-fontdir back into xorg-server.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 08 00:33:50 2010 +0000 (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 00:33:50 2010 +0000 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