diff options
-rw-r--r-- | packages/fftw/fftw.inc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/fftw/fftw.inc b/packages/fftw/fftw.inc new file mode 100644 index 0000000000..fc6beca054 --- /dev/null +++ b/packages/fftw/fftw.inc @@ -0,0 +1,23 @@ +DESCRIPTION = "FFTW" +SECTION = "libs" +PRIORITY = "optional" +LICENSE = "GPL" + +PR = "r1" + +SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz" + +S = "${WORKDIR}/fftw-${PV}" + +inherit autotools pkgconfig + +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? |