# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Jameica platform - java runtime environment" HOMEPAGE="http://www.willuhn.de/products/jameica" SRC_URI="http://www.willuhn.de/products/${PN}/releases/${PV}/${PN}/${PN}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" src_compile() { : } src_install() { insinto /usr/lib doins -r ${PN} fperms +x /usr/lib/${PN}/${PN}.sh dosym /usr/lib/${PN}/${PN}.sh /usr/bin/${PN} }