updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / r-itertools / PKGBUILD
blob7e4a1cc1ecbdb0a6204dd9ef1249419c15060015
1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
3 pkgname=r-itertools
4 pkgver=0.1_1
5 pkgrel=2
6 pkgdesc="Various R tools for creating iterators, many patterned after functions in the Python itertools module."
7 arch=('i686' 'x86_64')
8 url="http://cran.r-project.org/web/packages/itertools/index.html"
9 license=('GPL2')
10 depends=('r' 'r-iterators')
11 source=(http://cran.r-project.org/src/contrib/itertools_${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 ./itertools
18 md5sums=('9342685bff041f9755910ad81c5f92c2')