# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Poseidon for UML Community Edition" SRC_URI="ftp://ftp.gentleware.org/poseidonCE-2.0.4.zip" HOMEPAGE="http://www.gentleware.de/products/descriptions/ce.php4" SLOT="0" LICENSE="freedist" KEYWORDS="~x86" RDEPEND=">=virtual/jre-1.4.1 >=virtual/jdk-1.4.1" src_install() { local i cd ${S} dodir /opt/${PN} /opt/bin find . -type d -exec dodir /opt/${PN}/\{\} \; for i in `find . -type d`; do exeinto /opt/${PN}/${i} find ${i} -type f -maxdepth 1 -name \*.sh \ -exec doexe \{\} \; insinto /opt/${PN}/${i} find ${i} -type f -maxdepth 1 ! -name \*.sh \ -exec doins \{\} \; done cat > poseidonCE <