updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / r-car / PKGBUILD
blob6af60ebf952a2c493383892968cc23b411e41e84
1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
3 pkgname=r-car
4 pkgver=2.0_10
5 pkgrel=1
6 pkgdesc="Companion to Applied Regression (J. Fox & S. Weisberg).  For the R language."
7 arch=('i686' 'x86_64')
8 url="http://cran.r-project.org/web/packages/car/index.html"
9 license=("GPL2")
10 depends=('r')
11 source=(http://cran.r-project.org/src/contrib/car_${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 ./car
18 md5sums=('0862f4fd82eaee57a438cbb1a5e065f6')