added fftw package
authorhackbard <hackbard>
Tue, 3 Aug 2004 17:44:56 +0000 (17:44 +0000)
committerhackbard <hackbard>
Tue, 3 Aug 2004 17:44:56 +0000 (17:44 +0000)
doc/CHANGELOG
packages/science/fftw/fftw [new file with mode: 0644]

index c215a8f..d81245a 100644 (file)
@@ -1,5 +1,6 @@
 *) 2004-08-03
 
+- added fftw package
 - don't enable xft for firefox (bad, but avoids crashes)
 
 *) 2004-08-02
diff --git a/packages/science/fftw/fftw b/packages/science/fftw/fftw
new file mode 100644 (file)
index 0000000..228af81
--- /dev/null
@@ -0,0 +1,17 @@
+# hdw - linux fftw package
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# [V] 3.0.1
+# [S] 3-1
+# [D] fftw-3.0.1.tar.gz ftp://ftp.fftw.org/pub/fftw/
+
+confopt="$confopt --enable-shared"
+
+post_install() {
+       echo "installing documentation ..."
+       rm -rf $docdir ; mkdir -p $docdir
+       cp -r doc/html $docdir/
+       mkdir -p $docdir/FAQ
+       cp -r doc/FAQ/fftw-faq.{ascii,html} $docdir/FAQ/
+               }