# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/kissme-classpath/kissme-classpath-0.19.ebuild,v 1.18 2005/07/18 16:18:31 axxo Exp $ DESCRIPTION="GNU Classpath specifically tailored to kissme" SRC_URI="mirror://sourceforge/kissme/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/classpath/classpath.html" DEPEND=">=virtual/jdk-1.3 jikes? ( >=dev-java/jikes-1.13 ) app-shells/zsh" RDEPEND="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc amd64" IUSE="jikes" src_compile() { if ! use jikes ; then sed -e 's!jikes +U!javac!' -i Makefile fi make build || die } src_install() { dodir usr/share/kissme/classpath dodoc src/README DESTDIR=${D} sh install.sh || die echo "/usr/share/kissme/classpath" > ${D}/usr/share/kissme/classpath.env }