diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-29 22:45:20 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-29 22:45:20 +0000 |
commit | 20a1c0ca1aebed51ae6dca265a63e911f2b7c953 (patch) | |
tree | d42ba2ea01f3c8952d72f827fb92b563a0e75463 /net-www/links/links-0.96-r2.ebuild | |
parent | PROVDE virtual/textbrowser (diff) | |
download | gentoo-2-20a1c0ca1aebed51ae6dca265a63e911f2b7c953.tar.gz gentoo-2-20a1c0ca1aebed51ae6dca265a63e911f2b7c953.tar.bz2 gentoo-2-20a1c0ca1aebed51ae6dca265a63e911f2b7c953.zip |
PROVIDE virtual/textbrowser
Diffstat (limited to 'net-www/links/links-0.96-r2.ebuild')
-rw-r--r-- | net-www/links/links-0.96-r2.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net-www/links/links-0.96-r2.ebuild b/net-www/links/links-0.96-r2.ebuild index af63170e1a4e..10a828ecef51 100644 --- a/net-www/links/links-0.96-r2.ebuild +++ b/net-www/links/links-0.96-r2.ebuild @@ -1,18 +1,21 @@ # 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/links/links-0.96-r2.ebuild,v 1.3 2002/08/16 03:01:01 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-0.96-r2.ebuild,v 1.4 2002/08/29 22:42:37 seemant Exp $ S=${WORKDIR}/${P} SRC_URI="http://artax.karlin.mff.cuni.cz/~mikulas/links/download/${P}.tar.gz" HOMEPAGE="http://artax.karlin.mff.cuni.cz/~mikulas/links" DESCRIPTION="A console-based web browser" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc sparc64" + DEPEND=">=sys-libs/ncurses-5.1 gpm? ( >=sys-libs/gpm-1.19.3 ) ssl? ( >=dev-libs/openssl-0.9.6 )" -SLOT="0" -LICENSE="GPL" -KEYWORDS="x86 ppc sparc sparc64" +PROVIDE="virtual/textbrowser" src_unpack() { |