summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-22 03:05:04 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-22 03:05:04 +0000
commitf604b2aa77c18b6814c0abe600709a3518feacaa (patch)
tree07fb512e25da0e0f1f1e84348bd1ed8edb01d9d6 /app-sci/maxima
parentdep fix (diff)
downloadgentoo-2-f604b2aa77c18b6814c0abe600709a3518feacaa.tar.gz
gentoo-2-f604b2aa77c18b6814c0abe600709a3518feacaa.tar.bz2
gentoo-2-f604b2aa77c18b6814c0abe600709a3518feacaa.zip
oops someone forgot me !
Diffstat (limited to 'app-sci/maxima')
-rw-r--r--app-sci/maxima/maxima-5.9.0.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/app-sci/maxima/maxima-5.9.0.ebuild b/app-sci/maxima/maxima-5.9.0.ebuild
index e8fb99e68f62..3bffcbef610d 100644
--- a/app-sci/maxima/maxima-5.9.0.ebuild
+++ b/app-sci/maxima/maxima-5.9.0.ebuild
@@ -1,24 +1,21 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/maxima/maxima-5.9.0.ebuild,v 1.3 2003/08/07 05:40:32 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/maxima/maxima-5.9.0.ebuild,v 1.4 2003/09/22 03:05:04 vapier Exp $
DESCRIPTION="Free computer algebra environment, based on Macsyma"
HOMEPAGE="http://maxima.sourceforge.net/"
-SRC_URI="http://dl.sourceforge.net/sourceforge/maxima/maxima-${PV}.tar.gz"
+SRC_URI="mirror://sourceforge/maxima/maxima-${PV}.tar.gz"
LICENSE="GPL-2 AECA"
SLOT="0"
KEYWORDS="x86 ~ppc"
-IUSE=""
DEPEND=">=dev-lisp/clisp-2.29
>=sys-apps/texinfo-4.3"
RDEPEND=">=dev-lang/tk-8.3.3"
-S=${WORKDIR}/${P}
-
src_compile() {
- econf
+ econf || die
emake || die
}