updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / r-annotate / PKGBUILD
blobd36f9b9c9254452049b30859607b8a211bb7eeab
1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
3 pkgname=r-annotate
4 pkgver=1.30.0
5 pkgrel=1
6 pkgdesc="Biocore annotation for microarrays for the R language"
7 arch=('i686' 'x86_64')
8 url="http://www.bioconductor.org/packages/release/bioc/html/annotate.html"
9 license=("Artistic-2.0")
10 depends=('r' 'r-annotationdbi' 'r-xtable')
11 source=(http://www.bioconductor.org/packages/release/bioc/src/contrib/annotate_$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 ./annotate
18 md5sums=('a2f48bd0785383e45a3a38be3719873c')