updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / r-gillespiessa / PKGBUILD
blob7f7f144e471bac9b5a1db58f2332d5c4eecfadd5
1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
3 pkgname=r-gillespiessa
4 pkgver=0.5_4
5 pkgrel=2
6 pkgdesc="GillespieSSA provides a simple to use, intuitive, and extensible interface to several stochastic simulation algorithms.  For the R 
7 language."
8 arch=('i686' 'x86_64')
9 url="http://cran.r-project.org/web/packages/GillespieSSA/index.html"
10 license=("GPL3")
11 depends=('r')
12 source=(http://cran.r-project.org/src/contrib/GillespieSSA_${pkgver//_/-}.tar.gz)
14 build() {
15  mkdir -p $pkgdir/usr/lib/R/library
16  cd $srcdir
17  R CMD INSTALL -l ../pkg/usr/lib/R/library ./GillespieSSA
19 md5sums=('54e986a92d2081c28afdc9265252720c')