summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-07-20 09:22:53 +0000
committerKoen Kooi <koen@openembedded.org>2007-07-20 09:22:53 +0000
commit8cd02bec63a083d332101b8f5152a7157f4cc318 (patch)
tree928a3fb0604463264f836e389a04f4b4512a4961
parente09df660a727897bf42166e69df59ac9316a1cbc (diff)
fftw: checkin fftw.inc
-rw-r--r--packages/fftw/fftw.inc23
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?