summaryrefslogtreecommitdiff
path: root/nonworking/r/r_1.8.1.oe
blob: 2c2fca5a95d47d761d43cda3e410ec0c2efbd004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION="R is GNU S, a freely available language and environment for statistical computing and \
graphics which provides a wide variety of statistical and graphical techniques: \
linear and nonlinear modelling, statistical tests, time series analysis, classification, clustering, etc."
SECTION=base
PRIORITY="optional"
MAINTAINER="Michael Lauer <mickey@Vanille.de>"
RDEPENDS=libc6
DEPENDS=

SRC_URI=http://cran.us.r-project.org/src/base/R-${PV}.tgz
S=${WORKDIR}/R-${PV}

inherit autotools libtool

EXTRA_OECONF=""