blob: bc0091d061111d739ed2a3dee06c524f483c2b8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Maintainer Bart Verwilst <verwilst@gentoo.org>
# $Header: /var/cvsroot/gentoo-x86/net-misc/kio_fish/kio_fish-1.1.2.ebuild,v 1.3 2002/07/07 08:28:54 phoenix Exp $
inherit kde-base || die
need-kde 3
newdepend ">=net-misc/openssh-3.1_p1"
DESCRIPTION="a kioslave for KDE 3 that lets you view and manipulate your remote files using SSH"
SRC_URI="http://ich.bin.kein.hoschi.de/fish/${P}.tar.bz2"
HOMEPAGE="http://ich.bin.kein.hoschi.de/fish/"
LICENSE="GPL-2"
KEYWORDS="x86"
src_install() {
mkdir -p ${D}/usr/kde/3/share/services
make DESTDIR=${D} install || die
}
|