aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fftw
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2007-01-16 01:57:56 +0000
committerPhilip Balister <philip@balister.org>2007-01-16 01:57:56 +0000
commit1e9c114c2b92ab211acf5b3a85dd2abdf2fd6215 (patch)
tree5fbc703340be40f7aa748fca3e42340604d62897 /packages/fftw
parentc841192bd7b5665bce645a62e8172669de74a016 (diff)
downloadopenembedded-1e9c114c2b92ab211acf5b3a85dd2abdf2fd6215.tar.gz
fftw_3.1.2.bb : Add fftw support to openembedded.
Diffstat (limited to 'packages/fftw')
-rw-r--r--packages/fftw/.mtn2git_empty0
-rw-r--r--packages/fftw/fftw_3.1.2.bb17
2 files changed, 17 insertions, 0 deletions
diff --git a/packages/fftw/.mtn2git_empty b/packages/fftw/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/fftw/.mtn2git_empty
diff --git a/packages/fftw/fftw_3.1.2.bb b/packages/fftw/fftw_3.1.2.bb
new file mode 100644
index 0000000000..6cb2accca0
--- /dev/null
+++ b/packages/fftw/fftw_3.1.2.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "FFTW"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = ""
+PR = "r0"
+
+SRC_URI = "http://www.fftw.org/fftw-3.1.2.tar.gz"
+
+inherit autotools
+
+EXTRA_OECONF = "--enable-single --enable-shared --disable-fortran"
+
+do_stage () {
+ autotools_stage_all
+}
+