updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / r-tensora / PKGBUILD
bloba829938aac30d3d35da974692beb3b716501369e
1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
3 pkgname=r-tensora
4 pkgver=0.36
5 pkgrel=1
6 pkgdesc="Advanced linear algebra and computation with tensors for the R language."
7 arch=('i686' 'x86_64')
8 url="http://cran.r-project.org/web/packages/tensorA/index.html"
9 license=("GPL2")
10 depends=('r')
11 source=(http://cran.r-project.org/src/contrib/tensorA_$pkgver.tar.gz)
13 build() {
14  mkdir -p $pkgdir/usr/lib/R/library
15  cd $srcdir
16  R CMD INSTALL -l ../pkg/usr/lib/R/library ./tensorA
18 md5sums=('01c0613491d9b46600bf403d7e3bdd80')