mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Added fftw
This commit is contained in:
18
sci-libs/fftw/fftw-3.2.2.bep
Normal file
18
sci-libs/fftw/fftw-3.2.2.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user