summaryrefslogtreecommitdiff
blob: 303f8f7f217803538024bff605f713d8d0b8fbc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/apollon/apollon-0.9.3.ebuild,v 1.1 2004/04/08 18:48:34 centic Exp $

inherit kde
need-kde 3

DESCRIPTION="A KDE-based giFT GUI to search for and monitor downloads."
HOMEPAGE="http://apollon.sourceforge.net"
# we use "-2", because the developers re-released the package
SRC_URI="mirror://sourceforge/apollon/${P}-2.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~x86 ~amd64"

newdepend ">=net-p2p/gift-0.11.4"

src_install() {
	einstall || die
	dodoc AUTHORS ChangeLog HowToGetPlugins.README README TODO || die
}