EAPI=2 inherit eutils DESCRIPTION="Export any console application as an ajax web application - including possibly a login shell (using 'shellinaboxd -s /:LOGIN')." HOMEPAGE="http://code.google.com/p/shellinabox/" SRC_URI="http://shellinabox.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64" IUSE="" RDEPEND="" DEPEND="" src_install() { einstall || die "einstall failed" }