# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com # Contributor: Grey Christoforo _bcname=Biobase _bcver=2.54.0 pkgname=r-${_bcname,,} pkgver=${_bcver//[:-]/.} pkgrel=1 pkgdesc="Biobase: Base functions for Bioconductor" arch=(i686 x86_64) url="https://bioconductor.org/packages/release/bioc/html/${_bcname}.html" license=(Artistic-2.0) depends=('r>=2.10' 'r-biocgenerics>=0.27.1') optdepends=(r-tkwidgets r-all r-runit r-golubesets) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_bcname}_${_bcver}.tar.gz") sha256sums=('9c3fa69a195ff3001c3614df6b3995a8064083919dfdb4fba1e57aa5de14594d') build(){ cd "${srcdir}" R CMD INSTALL ${_bcname}_${_bcver}.tar.gz -l ${srcdir} } package() { cd "${srcdir}" install -dm0755 "${pkgdir}/usr/lib/R/library" cp -a --no-preserve=ownership "${_bcname}" "${pkgdir}/usr/lib/R/library" }