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

inherit distutils

DESCRIPTION="An intelligent hybrid text/graphical shell for developers and system administrators"
HOMEPAGE="http://hotwire-shell.org/"
SRC_URI="http://hotwire-shell.org/download/${P}.zip"

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

DEPEND=""
RDEPEND="${DEPEND}
        virtual/python
        dev-python/gnome-python
	dev-python/dbus-python
	gnome-base/gconf"

src_install() {
	sed -i 's/gtk-connect/hotwire/' ${S}/hotwire.desktop
	DOCS="COPYING README"
	distutils_src_install
	insinto /usr/share/pixmaps
	doins "${S}"/${PN}.png
}