# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/dev-java/jgrasp-1.6.0_alpha11.ebuild,v 1.0 2003/05/08 15:16:46 prez Exp $ S=${WORKDIR}/jgrasp NP="jgrasp184b4.zip" DESCRIPTION="Java IDE for Java, C, C++, Ada, and VHDL" SRC_URI="ftp://ftp.eng.auburn.edu/pub/grasp/jgrasp/${NP}" HOMEPAGE="http://www.eng.auburn.edu/grasp/" SLOT="0" LICENSE="jgrasp-${PV}" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64" IUSE="" DEPEND="virtual/x11 >=virtual/jdk-1.5" RDEPEND=${DEPEND} RESTRICT="nostrip" src_install() { local dir=/usr/share/${PN} dodir /usr dodir /usr/share dodir /usr/bin mv ${S} ${D}/usr/share dosym ${dir}/bin/jgrasp /usr/bin/jgrasp }