git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e09df66
)
fftw: checkin fftw.inc
author
Koen Kooi
<koen@openembedded.org>
Fri, 20 Jul 2007 09:22:53 +0000
(09:22 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 20 Jul 2007 09:22:53 +0000
(09:22 +0000)
packages/fftw/fftw.inc
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/fftw/fftw.inc
b/packages/fftw/fftw.inc
new file mode 100644
(file)
index 0000000..
fc6beca
--- /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?