# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="RadRails is an integrated development environment (based on Eclipse) for the Ruby on Rails framework." HOMEPAGE="http://www.radrails.org/" SRC_URI="mirror://sourceforge/radrails/radrails-${PV}-linux.zip" LICENSE="CPL-1.0" SLOT="0" KEYWORDS="~x86" DEPEND="dev-lang/ruby dev-ruby/rails virtual/jre >x11-libs/gtk+-2" src_install() { dodir /opt/radrails cp -r ${WORKDIR}/radrails/* ${D}/opt/radrails || die "cp failed" dobin "${FILESDIR}"/radrails }