# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Jameica Online Banking Software, written in Java" HOMEPAGE="http://www.jameica.org" SRC_URI="http://www.willuhn.de/products/jameica/releases/1.7/jameica/jameica-linux.zip" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" DEPEND="app-arch/unzip" RDEPEND="${DEPEND} >=virtual/jre-1.6.0 app-arch/unzip" src_install() { mkdir ${D}/opt mkdir ${D}/usr mkdir ${D}/usr/bin unzip ${DISTDIR}/jameica-linux.zip -d ${D}/opt/ echo "/opt/jameica/jameica.sh" >> ${D}/usr/bin/jameica chmod a+x ${D}/usr/bin/jameica } pkg_postinst() { elog elog "You may want to install app-office/hibiscus" elog }