r: salvage r-native from nonworking/ as it seems to build again
authorKoen Kooi <koen@openembedded.org>
Tue, 27 Dec 2005 22:27:11 +0000 (22:27 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 27 Dec 2005 22:27:11 +0000 (22:27 +0000)
packages/r/.mtn2git_empty [new file with mode: 0644]
packages/r/r-native_2.0.0.bb [new file with mode: 0644]

diff --git a/packages/r/.mtn2git_empty b/packages/r/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/r/r-native_2.0.0.bb b/packages/r/r-native_2.0.0.bb
new file mode 100644 (file)
index 0000000..d9360df
--- /dev/null
@@ -0,0 +1,20 @@
+DEPENDS = "ncurses-native perl-native"
+
+SRC_URI = "http://www.stats.bris.ac.uk/R/src/base/R-2/R-${PV}.tar.gz"
+
+EXTRA_OECONF = "--without-x --without-readline --without-gnome --without-tcltk --without-libpng \
+               --without-jpeglib"
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/R-${PV}"
+
+S = "${WORKDIR}/R-${PV}"
+
+inherit autotools native
+
+do_configure() {
+       oe_runconf
+}
+
+do_stage() {
+       install -m 0755 ${S}/bin/R ${STAGING_BINDIR}/R
+}