fftw: checkin fftw.inc
authorKoen Kooi <koen@openembedded.org>
Fri, 20 Jul 2007 09:22:53 +0000 (09:22 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 20 Jul 2007 09:22:53 +0000 (09:22 +0000)
packages/fftw/fftw.inc [new file with mode: 0644]

diff --git a/packages/fftw/fftw.inc b/packages/fftw/fftw.inc
new file mode 100644 (file)
index 0000000..fc6beca
--- /dev/null
@@ -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?