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

# source: james
TARBALL=fftw-$PKGVER.tar.gz
MD5SUM=2edab8c06b24feeb3b82bbb3ebf3e7b3
SRC_URL=http://www.fftw.org/$TARBALL
BUNDLE=

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

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


