### this file is sourced not run
PKGVER=3.2.3
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=R-$PKGVER.tar.gz
MD5SUM=1ba3dac113efab69e706902810cc2970
SRC_URL=http://cran.r-project.org/src/base/R-3/$TARBALL
BUNDLE=

SLACKREQ='libreadline libX11 tcl tk libpcre libpng libjpeg-turbo libtiff cairo'
SLACKDESC="gnu-r: gnu-r $PKGVER (GNU R Statistic Computing)  
gnu-r:  
gnu-r: R is GNU version of S, a freely available language and environment for 
gnu-r: statistical computing and graphics which provides a wide variety of 
gnu-r: statistical and graphical techniques: linear and nonlinear modelling, 
gnu-r: statistical tests, time series analysis, classification, clustering, 
gnu-r: etc. Please consult the R project homepage for further information.  
gnu-r: 
gnu-r: 
gnu-r: 
gnu-r: http://cran.r-project.org/
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --with-ICU=no --enable-R-shlib"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


