diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 09:39:57 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 09:39:57 +0000 |
commit | 2b80b4a7be5cb3de08e31549e8c27636fec05a6f (patch) | |
tree | b86db4ff6e2363fdc06deae526601243bdc95629 /net-ftp/lftp | |
parent | repoman'd (diff) | |
download | gentoo-2-2b80b4a7be5cb3de08e31549e8c27636fec05a6f.tar.gz gentoo-2-2b80b4a7be5cb3de08e31549e8c27636fec05a6f.tar.bz2 gentoo-2-2b80b4a7be5cb3de08e31549e8c27636fec05a6f.zip |
repoman'd
Diffstat (limited to 'net-ftp/lftp')
-rw-r--r-- | net-ftp/lftp/lftp-2.5.4-r1.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/net-ftp/lftp/lftp-2.5.4-r1.ebuild b/net-ftp/lftp/lftp-2.5.4-r1.ebuild index ab89c2e2346b..9e16b845f8bb 100644 --- a/net-ftp/lftp/lftp-2.5.4-r1.ebuild +++ b/net-ftp/lftp/lftp-2.5.4-r1.ebuild @@ -1,18 +1,20 @@ # 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-ftp/lftp/lftp-2.5.4-r1.ebuild,v 1.2 2002/07/05 19:08:00 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.5.4-r1.ebuild,v 1.3 2002/07/17 09:39:57 seemant Exp $ +S=${WORKDIR}/${P} DESCRIPTION="LFTP is a sophisticated ftp/http client, file transfer program." HOMEPAGE="http://ftp.yars.free.net/projects/lftp/" - -S=${WORKDIR}/${P} SRC_URI="http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/${P}.tar.bz2" -RDEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 +DEPEND=">=sys-libs/ncurses-5.1 ssl? ( >=dev-libs/openssl-0.9.6 )" -DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" +RDEPEND="nls? ( sys-devel/gettext )" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { |