[oe-commits] Koen Kooi : octave: check in WIP recipe for 3.2.4

git version control git at git.openembedded.org
Thu Aug 12 17:12:40 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 066d2f7b280c2905b0e8f703a4091877dec4fe23
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=066d2f7b280c2905b0e8f703a4091877dec4fe23

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Aug 12 19:11:36 2010 +0200

octave: check in WIP recipe for 3.2.4

---

 recipes/octave/octave_3.2.4.bb |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/recipes/octave/octave_3.2.4.bb b/recipes/octave/octave_3.2.4.bb
new file mode 100644
index 0000000..d2d4d4f
--- /dev/null
+++ b/recipes/octave/octave_3.2.4.bb
@@ -0,0 +1,28 @@
+DEFAULT_PREFERENCE = "-1"
+
+require octave.inc
+
+SRC_URI = "ftp://ftp.octave.org/pub/octave/${PN}-${PV}.tar.gz \
+"
+
+SRC_URI[md5sum] = "90c39fa9e241ad2e978bcee4682a2ba9"
+SRC_URI[sha256sum] = "4c0a2cc595dd5218da3144e6599dbaae42a6c2f3188a5e0bc3cc5aaefcfc8fd0"
+
+PACKAGES =+ "libcruft liboctave liboctinterp octave-oct \
+	     libcruft-dev liboctave-dev liboctinterp-dev \
+             libcruft-dbg liboctave-dbg liboctinterp-dbg"
+
+FILES_libcruft = "${libdir}/${PN}-${PV}/libcruft.so*"
+FILES_libcruft-dbg += "${libdir}/${PN}-${PV}/.debug/libcruft*"
+
+FILES_liboctave = "${libdir}/${PN}-${PV}/liboctave.so*"
+FILES_liboctave-dbg += "${libdir}/${PN}-${PV}/.debug/liboctave*"
+
+FILES_liboctinterp = "${libdir}/${PN}-${PV}/liboctinterp.so*"
+FILES_liboctinterp-dbg += "${libdir}/${PN}-${PV}/.debug/liboctinterp*"
+
+# octave-oct provides subroutines in .oct file format
+FILES_${PN}-oct = "${libexecdir}/${PN}/${PV}/oct/${TARGET_SYS}/*.oct"
+
+FILES_${PN}-dbg += "${libexecdir}/${PN}/${PV}/oct/${TARGET_SYS}/.debug"
+





More information about the Openembedded-commits mailing list