
Receipt for package "fftw"
# SliTaz package receipt. PACKAGE="fftw" VERSION="3.3.10" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" SHORT_DESC="A library for computing the discrete Fourier transform (DFT)." WEB_SITE="https://www.fftw.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/$TARBALL" BUILD_DEPENDS="gfortran" HOST_ARCH="i486 x86_64" # Rules to configure and make the package. # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed '/FFTW [0-9]/!d;s|^FFTW ||;s| is.*||;q' } compile_rules() { # build double precision ./configure \ F77=gfortran \ --prefix=/usr \ --enable-shared \ --enable-threads \ $CONFIGURE_ARGS && make $MAKEFLAGS && make install DESTDIR=$DESTDIR # build long double precission make clean && ./configure \ F77=gfortran \ --prefix=/usr \ --enable-long-double \ --enable-shared \ --enable-threads \ $CONFIGURE_ARGS && make $MAKEFLAGS && make install DESTDIR=$DESTDIR # build single precision make clean && ./configure \ F77=gfortran \ --prefix=/usr \ --enable-float \ --enable-shared \ --enable-threads \ $CONFIGURE_ARGS && make $MAKEFLAGS && make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders bin cook_copy_files *.so* }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)