updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / r-annotationdbi / PKGBUILD
blob042f64c30965a0c322fd2966d7d90561ad11068e
1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
3 pkgname=r-annotationdbi
4 pkgver=1.14.1
5 pkgrel=1
6 pkgdesc="Bioconductor Annotation Database Interface for the R language."
7 arch=('i686' 'x86_64')
8 url="http://www.bioconductor.org/packages/release/bioc/html/AnnotationDbi.html"
9 license=("Artistic-2.0")
10 depends=('r' 'r-biobase' 'r-dbi' 'r-sqlite')
11 source=(http://www.bioconductor.org/packages/release/bioc/src/contrib/AnnotationDbi_$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 ./AnnotationDbi
18 md5sums=('8549eb5debb0bc0e403d106bcf297831')