### this file is sourced not run
PKGVER=3.3.8
PKGBUILD=1
PKGARCH=x86_64

# source: james / post BLFS 8.2 2018-07-31
TARBALL=fftw-$PKGVER.tar.gz
MD5SUM=8aac833c943d8e90d51b697b27d4384d
SRC_URL=http://www.fftw.org/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libfftw3: libfftw3 $PKGVER (Single-precision FFTW library)  
libfftw3:  
libfftw3: FFTW is a C subroutine library for computing the discrete Fourier 
libfftw3: transform (DFT) in one or more dimensions, of arbitrary input size, 
libfftw3: and of both real and complex data (as well as of even/odd data, 
libfftw3: i.e. the discrete cosine/sine transforms or DCT/DST). 
libfftw3: 
libfftw3: This is the *double* version of the library.  
libfftw3: 
libfftw3: 
libfftw3:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --enable-shared --disable-static --enable-threads"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


