diff options
author | 2002-08-29 22:37:21 +0000 | |
---|---|---|
committer | 2002-08-29 22:37:21 +0000 | |
commit | 8e2a86a44cf16f92462bc5750c4f177a1eb50ab4 (patch) | |
tree | a74c459445c8e28c89c9863c789076b92c369e79 /net-www/lynx/lynx-2.8.4.1c.ebuild | |
parent | masking IMQ stuff for now (diff) | |
download | gentoo-2-8e2a86a44cf16f92462bc5750c4f177a1eb50ab4.tar.gz gentoo-2-8e2a86a44cf16f92462bc5750c4f177a1eb50ab4.tar.bz2 gentoo-2-8e2a86a44cf16f92462bc5750c4f177a1eb50ab4.zip |
PROVDE virtual/textbrowser
Diffstat (limited to 'net-www/lynx/lynx-2.8.4.1c.ebuild')
-rw-r--r-- | net-www/lynx/lynx-2.8.4.1c.ebuild | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/net-www/lynx/lynx-2.8.4.1c.ebuild b/net-www/lynx/lynx-2.8.4.1c.ebuild index f45b832a6a51..a55afbaff8da 100644 --- a/net-www/lynx/lynx-2.8.4.1c.ebuild +++ b/net-www/lynx/lynx-2.8.4.1c.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.4.1c.ebuild,v 1.1 2002/08/26 08:48:57 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.4.1c.ebuild,v 1.2 2002/08/29 22:37:21 seemant Exp $ MY_PV=${PV/.1c/rel.1} S=${WORKDIR}/${PN}2-8-4 @@ -14,12 +14,12 @@ KEYWORDS="x86" SLOT="0" LICENSE="GPL-2" +DEPEND=">=sys-libs/ncurses-5.1 + >=sys-libs/zlib-1.1.3 + nls? ( sys-devel/gettext ) + ssl? ( >=dev-libs/openssl-0.9.6 )" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 - >=sys-libs/zlib-1.1.3 - nls? ( sys-devel/gettext ) - ssl? ( >=dev-libs/openssl-0.9.6 )" +PROVIDE="virtual/textbrowser" src_unpack() { unpack ${PN}${MY_PV}.tar.bz2 @@ -43,12 +43,19 @@ src_compile() { CFLAGS="${CFLAGS} -DANSI_VARARGS" - ./configure --prefix=/usr --mandir=/usr/share/man --datadir=/usr/share \ - --libdir=/etc/lynx --enable-cgi-links --enable-prettysrc \ - --enable-nsl-fork --enable-file-upload --enable-read-eta \ - --enable-libjs --enable-color-style --enable-scrollbar \ - --enable-included-msgs --with-zlib --host=${CHOST} ${myconf} - assert + econf \ + --libdir=/etc/lynx \ + --enable-cgi-links \ + --enable-prettysrc \ + --enable-nsl-fork \ + --enable-file-upload \ + --enable-read-eta \ + --enable-libjs \ + --enable-color-style \ + --enable-scrollbar \ + --enable-included-msgs \ + --with-zlib \ + ${myconf} || die emake || die "compile problem" } |