aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/octave-forge-fixed/octave-forge-fixed-0.7.5.ebuild')
-rw-r--r--sci-mathematics/octave-forge-fixed/octave-forge-fixed-0.7.5.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-mathematics/octave-forge-fixed/octave-forge-fixed-0.7.5.ebuild b/sci-mathematics/octave-forge-fixed/octave-forge-fixed-0.7.5.ebuild
new file mode 100644
index 000000000..cd1d669f2
--- /dev/null
+++ b/sci-mathematics/octave-forge-fixed/octave-forge-fixed-0.7.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r1.ebuild,v 1.2 2006/11/03 15:44:39 markusle Exp $
+
+inherit octave-forge
+
+DESCRIPTION="Fixed point real and complex matrix toolbox."
+LICENSE="GPL-2"
+HOMEPAGE="http://octave.sourceforge.net/fixed/index.html"
+SRC_URI="mirror://sourceforge/octave/${OCT_PKG}.tar.gz"
+SLOT="0"
+
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -e "s:DESTDIR =:DESTDIR =\nOCT_INCLUDES_LIB=1:" \
+ -i src/Makeconf.in \
+ || die "Failed to fix Makeconf.in"
+}