# Copyright 1999-2004 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.15 2004/10/22 09:34:09 absinthe 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 cp Makefile Makefile.orig sed 's!jikes +U!javac!' < Makefile.orig > 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 }