updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / r-xtable / PKGBUILD
blob73097a6ee5b0e22f6ea67892dc818e892742afc6
1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
3 pkgname=r-xtable
4 pkgver=1.5_6
5 pkgrel=2
6 pkgdesc="LaTeX and HTML tables export for the R language."
7 arch=('i686' 'x86_64')
8 url="http://cran.r-project.org/web/packages/xtable/index.html"
9 license=("GPL2")
10 depends=('r')
11 source=(http://cran.r-project.org/src/contrib/xtable_${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 ./xtable
18 md5sums=('f4e722a7baacce8ab5f4d53537ca4f86')