added fftw package
[hdw-linux/hdw-linux.git] / packages / science / fftw / fftw
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/
+               }