Added fftw

This commit is contained in:
hm_b
2009-09-15 19:49:06 +00:00
parent f16db3401e
commit 2acc63c588

View File

@@ -0,0 +1,18 @@
DESCRIPTION="Fast C library for the Discrete Fourier Transform"
HOMEPAGE="http://www.fftw.org/"
SRC_URI="http://www.fftw.org/fftw-3.2.2.tar.gz"
REVISION="1"
STATUS_R5="untested"
STATUS_BONE="untested"
STATUS_HAIKU="untested"
DEPEND=""
BUILD {
cd fftw-3.2.2
./configure --prefix=/boot/common
make
}
INSTALL {
cd fftw-3.2.2
make install
}