updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / r-flowstats / PKGBUILD
blobe1f0b56e65565e6aa2c97d4aa28e537e82726d1c
1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
3 pkgname=r-flowstats
4 pkgver=1.10.0
5 pkgrel=1
6 pkgdesc="Bioconductor package: statistical methods for the analysis of flow cytometry data for the R language."
7 arch=('i686' 'x86_64')
8 url="http://www.bioconductor.org/help/bioc-views/release/bioc/html/flowStats.html"
9 license=("Artistic-2.0")
10 depends=('r' 'r-flowcore' 'r-fda' 'r-mvoutlier')
11 #source=(http://www.bioconductor.org/packages/2.7/bioc/src/contrib/flowStats_$pkgver.tar.gz)
12 source=(http://www.bioconductor.org/packages/release/bioc/src/contrib/flowStats_$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 ./flowStats
19 md5sums=('320f25a4e182638a0c7aeae2dc04856e')