# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="a graphical ftp client for kde. among its features are support for ssl/tls encryption (both commands and data using auth tls, not sftp), fxp (direct ftp to ftp transfer) bookmarks, and queues." HOMEPAGE="http://kasablanca.berlios.de/" SRC_URI="http://download.berlios.de/kasablanca/kasablanca-0.3.1.tar.gz" LICENSE="GPL-2" RESTRICT="nomirror" SLOT="0" KEYWORDS="x86" IUSE="" addwrite $QTDIR/etc/settings src_compile() { econf || die emake || die } src_install() { einstall || die }