merge of '07a342693675fe2b1daacf0eb62302579d9fade3'
[org.openembedded.dev.git] / packages / r / r-native_2.0.0.bb
blobd9360dfaef1470d190236fbb9f7e5ba9d1f6c35a
1 DEPENDS = "ncurses-native perl-native"
3 SRC_URI = "http://www.stats.bris.ac.uk/R/src/base/R-2/R-${PV}.tar.gz"
5 EXTRA_OECONF = "--without-x --without-readline --without-gnome --without-tcltk --without-libpng \
6 --without-jpeglib"
8 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/R-${PV}"
10 S = "${WORKDIR}/R-${PV}"
12 inherit autotools native
14 do_configure() {
15 oe_runconf
18 do_stage() {
19 install -m 0755 ${S}/bin/R ${STAGING_BINDIR}/R