Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6af7e360bd2b48c20af7cdc5af7fb8822459d208

commit 6af7e360bd2b48c20af7cdc5af7fb8822459d208
Author: voroskoi <[EMAIL PROTECTED]>
Date:   Sat May 3 12:10:10 2008 +0200

octave-forge
octave now uses separate packages
also does not work with octave>=3.0

diff --git a/source/apps-extra/octave-forge/FrugalBuild 
b/source/apps-extra/octave-forge/FrugalBuild
deleted file mode 100644
index a7af015..0000000
--- a/source/apps-extra/octave-forge/FrugalBuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Compiling Time: 3.44 SBU
-# Maintainer: VMiklos <[EMAIL PROTECTED]>
-
-pkgname=octave-forge
-pkgver=2006.07.09
-pkgrel=1
-pkgdesc="A collection of custom scripts, functions and extensions for Octave."
-_F_sourceforge_dirname="octave"
-Finclude sourceforge
-url="http://octave.sourceforge.net/";
-depends=('octave>=2.9.12' 'gsl' 'ginac' 'qhull' 'pcre' 'libjpeg' 'libpng')
-makedepends=('gcc-gfortran')
-groups=('apps-extra')
-archs=('i686' 'x86_64')
-up2date="lynx -dump 
http://sourceforge.net/project/showfiles.php?group_id=2888|grep use_mirror|sed 
's/.*-\(.*\)\.t.*/\1/;q'"
-sha1sums=('9088313c02f2097036bd19fd680186ea4f7de0a2')
-
-build()
-{
-       Fcd
-       octavever="`octave-config --version`"
-       Fpatchall
-       rm -rf main/plot extra/mex
-       Fmkdir usr/share/octave/${octavever}/site/m/octave-forge \
-               usr/libexec/octave/${octavever}/site/oct/$CHOST/octave-forge \
-               usr/libexec/octave/${octavever}/site/exec/$CHOST \
-               usr/share/octave/${octavever}/site/octave-forge-alternatives/m \
-               
usr/libexec/octave/${octavever}/site/octave-forge-alternatives/oct/$CHOST
-       Fconf \
-               --with-path=$Fdestdir \
-               --with-mpath=/usr/share/octave/${octavever}/site/m/octave-forge 
\
-               
--with-opath=/usr/libexec/octave/${octavever}/site/oct/$CHOST/octave-forge \
-               --with-xpath=/usr/libexec/octave/${octavever}/site/exec/$CHOST \
-               
--with-altmpath=/usr/share/octave/${octavever}/site/octave-forge-alternatives/m 
\
-               
--with-altopath=/usr/libexec/octave/${octavever}/site/octave-forge-alternatives/oct/$CHOST
-       make || Fdie
-       make DESTDIR=$Fdestdir install || Fdie
-       cd 
$Fdestdir/usr/libexec/octave/${octavever}/site/oct/$CHOST/octave-forge
-       Fmessage "Running strip on all *oct files.."
-       /usr/bin/strip *.oct
-}
-# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to