updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / r-plotrix / PKGBUILD
blobc7607bd7955db2f8ffbd0bbd61b6c37ad794b566
1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
3 pkgname=r-plotrix
4 pkgver=3.2
5 pkgrel=1
6 pkgdesc="Lots of plots, various labeling, axis and color scaling functions for the R language."
7 arch=('i686' 'x86_64')
8 url="http://cran.r-project.org/web/packages/plotrix/index.html"
9 license=("GPL2")
10 depends=('r')
11 source=(http://cran.r-project.org/src/contrib/plotrix_${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 ./plotrix
18 md5sums=('7f15e5d30021e29c5851a2013ca375bd')