# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:

inherit kde eutils

need-kde 3

DESCRIPTION="Mozilla Firefox Quickstarter, runs in the KDE SystemTray"
HOMEPAGE="http://mozillaqs.sourceforge.net/"
SRC_URI="mirror://sourceforge/mozillaqs/${P}.tar.bz2"

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

DEPEND="www-client/mozilla-firefox"

S=${WORKDIR}/${PN}

src_unpack() {
	unpack ${A}
}