Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21377

Modified Files:
        fftw3.info 
Log Message:
Add InfoDocs (with jswhit permission). Validation fix.


Index: fftw3.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/fftw3.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- fftw3.info  30 Nov 2006 22:13:29 -0000      1.5
+++ fftw3.info  8 Jan 2007 16:20:18 -0000       1.6
@@ -1,6 +1,6 @@
 Package: fftw3
 Version: 3.1.1  
-Revision: 3
+Revision: 4
 Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
 Source:  ftp://ftp.fftw.org/pub/fftw/fftw-%v.tar.gz
 Source-MD5: b35813b88a046e4e74a603017794ddcd
@@ -12,7 +12,7 @@
 ConfigureParams: --enable-shared --enable-threads --enable-fortran 
--mandir='${prefix}/share/man' --infodir='${prefix}/share/info'
 GCC: 4.0
 CompileScript: <<
- #!/bin/sh -e
+ #!/bin/sh -ev
  gcclib=`%p/bin/g95 --print-lib`
  FLIBDIR=`dirname $gcclib`
  if [ %m = "i386" ]; then 
@@ -23,7 +23,7 @@
  make
 <<
 InstallScript: <<
- #!/bin/sh -e
+ #!/bin/sh -ev
  make -j1 install prefix=%i
  mkdir -p %i/share/doc/%n/html/FAQ
  cp doc/html/*html %i/share/doc/%n/html
@@ -49,6 +49,7 @@
   DocFiles: README NEWS TODO COPYING INSTALL COPYRIGHT AUTHORS CONVENTIONS
 <<
 DocFiles: README NEWS TODO COPYING INSTALL COPYRIGHT AUTHORS CONVENTIONS
+InfoDocs: fftw3.info
 Description: Discrete Fourier Transform Lib (Ver 3)
 DescDetail: <<
  Performs the DFT in one or more dimensions, of both real and complex data, 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to