diff options
Diffstat (limited to 'packages/fftw/fftw.inc')
-rw-r--r-- | packages/fftw/fftw.inc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/packages/fftw/fftw.inc b/packages/fftw/fftw.inc deleted file mode 100644 index acd1b27f4b..0000000000 --- a/packages/fftw/fftw.inc +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "FFTW" -SECTION = "libs" -PRIORITY = "optional" -LICENSE = "GPL" -RPROVIDES += "libfftw3" - -PR = "r1" - -SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz" - -S = "${WORKDIR}/fftw-${PV}" - -inherit autotools pkgconfig - -do_configure_prepend() { - echo 'AM_PROG_AS' >> ${S}/configure.ac -} - -do_stage () { - autotools_stage_all -} - - -PACKAGES =+ "lib${PN}" - -FILES_lib${PN} = "${libdir}/lib*.so.*" - -# rename binary in /bin and use u-a tpo choose between different precision implementations? |