1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
6 pkgdesc="Database Interface R language driver for SQLite."
8 url="http://cran.r-project.org/web/packages/RSQLite/index.html"
11 source=(http://cran.r-project.org/src/contrib/RSQLite_${pkgver//_/-}.tar.gz)
14 mkdir -p $pkgdir/usr/lib/R/library
16 R CMD INSTALL -l ../pkg/usr/lib/R/library ./RSQLite
18 md5sums=('2efa8e17da9e14616ca63d5d725c9400')