# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A Graphical frontend to Maxima, using the wxWidgets toolkit." HOMEPAGE="http://wxmaxima.sourceforge.net/" SRC_URI="mirror://sourceforge/wxmaxima/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-libs/libxml2-2.5.0 >=x11-libs/wxGTK-2.4.0" RDEPEND="sci-mathematics/maxima" inherit eutils src_unpack () { unpack ${A} cd ${S} epatch ${FILESDIR}/doc_dir.patch } src_compile () { cd ${S} aclocal econf make } src_install () { make install DESTDIR=${D} install -D -m 644 maxima-new.png ${D}/usr/share/pixmaps/maxima-new.png make_desktop_entry wxmaxima wxMaxima "maxima-new.png" Science }