Files
haikuports/sci-libs/fftw/fftw-3.2.2.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

24 lines
485 B
Plaintext

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"
CHECKSUM_MD5="b616e5c91218cc778b5aa735fefb61ae"
REVISION="1"
STATUS_HAIKU="untested"
DEPEND=""
BUILD()
{
cd fftw-3.2.2
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd fftw-3.2.2
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="2003, 2007-2008 Matteo Frigo
2003, 2007-2008 Massachusetts Institute of Technology"