X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=sci-mathematics%2Fgeogebra%2Fgeogebra-4.1.120.0.ebuild;fp=sci-mathematics%2Fgeogebra%2Fgeogebra-4.1.120.0.ebuild;h=bd4cd90b78636c833f445850f917f1e6702b78eb;hp=0000000000000000000000000000000000000000;hb=5fdb7bc404cf9b8818759ed68c06949623509c32;hpb=489ad76afc0f1bc04ad6a8d6b8be2588df73f260 diff --git a/sci-mathematics/geogebra/geogebra-4.1.120.0.ebuild b/sci-mathematics/geogebra/geogebra-4.1.120.0.ebuild new file mode 100644 index 0000000..bd4cd90 --- /dev/null +++ b/sci-mathematics/geogebra/geogebra-4.1.120.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit eutils + +DESCRIPTION="" +HOMEPAGE="http://www.geogebra.org/cms/en" +SRC_URI="https://geogebra.googlecode.com/files/GeoGebra-Unixlike-Installer-${PV}.tar.gz" + +LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND=">=virtual/jdk-1.6.0-r1 + ${DEPEND}" + + +src_unpack() { + unpack ${A} +} + +src_configure() { + epatch "${FILESDIR}/${PN}-fix-install.sh.patch" +} + +src_install() { + ./install.sh +}