Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 21 years ago
parent
commit
06ec1ffc4c
3 changed files with 65 additions and 0 deletions
  1. +3
    -0
      package/avm/euler/euler.conf
  2. +44
    -0
      package/avm/euler/euler.desc
  3. +18
    -0
      package/avm/euler/nodocinst.patch

+ 3
- 0
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"

+ 44
- 0
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é <bouchare.eric@wanadoo.fr>
[M] Andreas V. 'netrunner' Meier <avmeier@web.de>
[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/

+ 18
- 0
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
#

Loading…
Cancel
Save