# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit eutils MY_PV=${PV} DESCRIPTION="Interactive geometry, algebra and spreadsheet software" HOMEPAGE="http://www.geogebra.org/" SRC_URI="http://geogebra.googlecode.com/files/GeoGebra-Linux-Portable-3-2-47-0.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" RDEPEND=">=virtual/jre-1.6.0" DEPEND="${RDEPEND}" S=${WORKDIR}/geogebra-portable-${MY_PV} D=${DESTDIR} src_prepare(){ cd ${S} patch -p1 < "${FILESDIR}/geogebra-usrbin.patch" } src_install(){ dodir /opt/geogebra dodir /usr/bin dodir /usr/share/applications/ dodir /usr/share/icons/ cp ${S}/*jar ${D}/opt/geogebra cp ${S}/geogebra ${D}/usr/bin cp ${S}/geogebra.png ${D}/usr/share/icons cp ${FILESDIR}/geogebra.desktop ${D}/usr/share/applications }