updated on Sun Jan 8 12:02:35 UTC 2012
[aur-mirror.git] / r-magic / PKGBUILD
blob5d5837956f297d8973a139871705c0564a410bda
1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
3 pkgname=r-magic
4 pkgver=1.4_6
5 pkgrel=2
6 pkgdesc="A collection of vectorized algorithms for magic squares and hypercubes.  For the R language."
7 arch=('i686' 'x86_64')
8 url="http://cran.r-project.org/web/packages/magic/index.html"
9 license=("GPL2")
10 depends=('r' 'r-abind')
11 source=(http://cran.r-project.org/src/contrib/magic_${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 ./magic
18 md5sums=('436eacdd3c01a7648469ab21b14de894')