2014-12-23 16:53:05 +00:00
|
|
|
# Template file for 'R'
|
|
|
|
pkgname=R
|
2015-08-15 14:40:33 +00:00
|
|
|
version=3.2.2
|
|
|
|
revision=1
|
2014-12-23 16:53:05 +00:00
|
|
|
nocross=yes
|
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
|
|
|
|
--with-system-zlib --with-system-bzlib --with-system-pcre --with-system-xz
|
|
|
|
--with-lapack --with-blas
|
|
|
|
LIBnn=lib"
|
|
|
|
hostmakedepends="gcc-fortran pkg-config perl less"
|
|
|
|
makedepends="libgomp-devel readline-devel libXmu-devel libXt-devel
|
2015-08-05 13:22:18 +00:00
|
|
|
libpng-devel libjpeg-turbo-devel tiff-devel cairo-devel icu55-devel
|
2015-04-17 11:10:55 +00:00
|
|
|
lapack-devel blas-devel zlib-devel bzip2-devel pcre-devel liblzma-devel
|
|
|
|
libcurl-devel"
|
2014-12-23 16:53:05 +00:00
|
|
|
depends="xdg-utils less"
|
|
|
|
short_desc="System for statistical computation and graphics"
|
|
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://www.r-project.org/"
|
|
|
|
distfiles="http://cran.r-project.org/src/base/R-3/${pkgname}-${version}.tar.gz"
|
2015-08-15 14:40:33 +00:00
|
|
|
checksum=9c9152e74134b68b0f3a1c7083764adc1cb56fd8336bec003fd0ca550cd2461d
|
2014-12-23 16:53:05 +00:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
export R_BROWSER=/usr/bin/xdg-open
|
|
|
|
export R_PDFVIEWER=/usr/bin/xdg-open
|
|
|
|
}
|