updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / r-ggplot2 / PKGBUILD
blobb9744a3db5340aa31a72b8774e657dacb897e7b6
1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
3 pkgname=r-ggplot2
4 pkgver=0.8.9
5 pkgrel=2
6 pkgdesc="An implementation of the grammar of graphics in R."
7 arch=('i686' 'x86_64')
8 url="http://cran.r-project.org/web/packages/ggplot2/index.html"
9 license=('GPL')
10 depends=('r' 'r-colorbrewer' 'r-colorspace' 'r-digest' 'r-proto' 'r-reshape')
11 source=(http://cran.r-project.org/src/contrib/ggplot2_$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 ./ggplot2
18  #reshape doesn't come with a license spelled out in its entirety, it just says 'MIT'
19 # install -D -m644 $srcdir/reshape/DESCRIPTION $pkgdir/usr/share/licenses/r-reshape/DESCRIPTION
21 md5sums=('09295c5e14411c15a282f9da4cb1562f')