From 06ec1ffc4c1f191592ab9814be05e60b305b27cd Mon Sep 17 00:00:00 2001 From: "Andreas V. 'netrunner' Meier" Date: Mon, 5 Apr 2004 20:35:46 +0000 Subject: [PATCH] Andreas V. Meier: add euler, a scientific visualisation and calculation tool. with stupid makefiles. you may suggest better ideas for the .conf. [2004032517511725484] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2666 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/avm/euler/euler.conf | 3 +++ package/avm/euler/euler.desc | 44 +++++++++++++++++++++++++++++++ package/avm/euler/nodocinst.patch | 18 +++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 package/avm/euler/euler.conf create mode 100644 package/avm/euler/euler.desc create mode 100644 package/avm/euler/nodocinst.patch diff --git a/package/avm/euler/euler.conf b/package/avm/euler/euler.conf new file mode 100644 index 000000000..2346974d5 --- /dev/null +++ b/package/avm/euler/euler.conf @@ -0,0 +1,3 @@ +var_append CC " " "-DINSTALL_DIR=\\\"$root/$prefix\\\"" +var_append makeopt " " "INSTALL_DIR=$root/$prefix" +var_append makeinstopt " " "INSTALL_DIR=$root/$prefix" diff --git a/package/avm/euler/euler.desc b/package/avm/euler/euler.desc new file mode 100644 index 000000000..a9423a259 --- /dev/null +++ b/package/avm/euler/euler.desc @@ -0,0 +1,44 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/avm/euler/euler.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] GTK+ based version of EULER for Unix / Linux systems + +[T] EULER is a program for quickly and interactively computing with real +[T] and complex numbers and matrices, or with intervals, in the style of +[T] MatLab, Octave,... It can draw and animate your functions in two and three +[T] dimensions. + +[U] http://euler.sourceforge.net/index.html + +[A] Eric Boucharé +[M] Andreas V. 'netrunner' Meier + +[C] extra/scientific + +[L] GPL +[S] Stable +[V] 1.60.6 +[P] X -----5---9 800.000 + +[D] 209087000 euler-1.60.6.tar.gz http://dl.sourceforge.net/euler/ + diff --git a/package/avm/euler/nodocinst.patch b/package/avm/euler/nodocinst.patch new file mode 100644 index 000000000..283be1253 --- /dev/null +++ b/package/avm/euler/nodocinst.patch @@ -0,0 +1,18 @@ +diff -ruN euler-1.60/source/makefile euler-1.60-new/source/makefile +--- euler-1.60/source/makefile 2002-08-02 16:59:51.000000000 +0200 ++++ euler-1.60-new/source/makefile 2004-03-25 18:44:13.815998392 +0100 +@@ -163,11 +163,11 @@ + # + install: + if [ ! -d "$(INSTALL_DIR)/share/euler" ]; then mkdir $(INSTALL_DIR)/share/euler ; fi +- if [ ! -d "$(INSTALL_DIR)/share/doc" ]; then mkdir $(INSTALL_DIR)/share/doc ; fi +- if [ ! -d "$(INSTALL_DIR)/share/doc/euler" ]; then mkdir $(INSTALL_DIR)/share/doc/euler ; fi ++ #if [ ! -d "$(INSTALL_DIR)/share/doc" ]; then mkdir $(INSTALL_DIR)/share/doc ; fi ++ #if [ ! -d "$(INSTALL_DIR)/share/doc/euler" ]; then mkdir $(INSTALL_DIR)/share/doc/euler ; fi + cp -f euler $(INSTALL_DIR)/bin + cp -fr ../progs $(INSTALL_DIR)/share/euler +- cp -fr ../docs/* $(INSTALL_DIR)/share/doc/euler/ ++ #cp -fr ../docs/* $(INSTALL_DIR)/share/doc/euler/ + cp -f help.txt $(INSTALL_DIR)/share/euler + + #