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

EAPI=4

DESCRIPTION="isoho.st remote management tools"
HOMEPAGE="http://isoho.st"
SRC_URI="http://isoho.st/download/isohost-tools-${PV}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE=""

DEPEND="dev-lang/perl"
RDEPEND="app-shells/bash
	net-misc/openssh
	net-misc/spice-gtk
	sys-apps/coreutils
	sys-apps/gawk
	sys-apps/sed"

src_compile() {
	man/mkpod man/isoho.st.pod man/isoho.st.1
}

src_install() {
	dobin bin/isoho.st
	doman -i18n=en man/isoho.st.1
}