# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ inherit flag-o-matic DESCRIPTION="Free computer algebra environment" HOMEPAGE="http://www.nongnu.org/axiom" MY_P="${PN}.20041115" SRC_URI="http://axiom.axiom-developer.org/axiom-website/DOWNLOADS/${MY_P}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" S=${WORKDIR}/${PN} SANDBOX_DISABLED="1" DEPEND="virtual/x11 virtual/tetex" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} cd ${S}/lsp epatch ${FILESDIR}/axiom-3.0b-gentoo.diff } src_compile() { export AXIOM=${S}/mnt/linux export PATH=$AXIOM/bin:$PATH make || die } src_install() { make INSTALL=/usr/share/axiom COMMAND=/usr/bin/axiom install || die }