[Lunar-commits] <moonbase-other> wxMaxima: Readding to moonbase and bumping to 12.04.0.
Dennis Veatch
stumbles at lunar-linux.org
Tue Jul 10 14:27:37 CEST 2012
commit e12ca3bd64074295e44203a223fea7039f5c1cd3
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Tue, 10 Jul 2012 05:27:37 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/e12ca3bd64074295e44203a223fea7039f5c1cd3
wxMaxima: Readding to moonbase and bumping to 12.04.0.
---
science/wxMaxima/BUILD +18/-0
science/wxMaxima/DEPENDS +3/-0
science/wxMaxima/DETAILS +15/-0
3 files changed, 36 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/science/wxMaxima/BUILD
@@ -0,0 +1,18 @@
+(
+
+ default_build &&
+
+ # Desktop menu entry
+ cat > ${MODULE}.desktop << EOF &&
+[Desktop Entry]
+Type=Application
+Name=wxMaxima
+Comment=A computer algebra system
+Exec=/usr/bin/wxmaxima
+Icon=/usr/share/wxMaxima/wxmaxima.png
+Categories=Science;Application;;
+EOF
+
+ install -D -m644 ${MODULE}.desktop /usr/share/applications/${MODULE}.desktop
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/science/wxMaxima/DEPENDS
@@ -0,0 +1,3 @@
+depends wxGTK
+depends libxml
+depends maxima
--- /dev/null
+++ b/science/wxMaxima/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=wxMaxima
+ VERSION=12.04.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/wxmaxima/
+ SOURCE_VFY=sha1:f29134a212db77e3087321bc944e346e6976cb40
+ WEB_SITE=http://wxmaxima.sf.net
+ ENTERED=20060512
+ UPDATED=20120710
+ SHORT="Cross platform GUI for the maxima computer algebra system"
+
+cat << EOF
+wxMaxima is a cross platform GUI for the computer algebra system maxima
+based on wxWidgets. It provides menu and dialog based interface for
+maxima and a nice display of math output.
+EOF
More information about the Lunar-commits
mailing list