updated on Tue Jan 17 20:03:13 UTC 2012
[aur-mirror.git] / r-ryacas / PKGBUILD
bloba8fa098699639d3e993c40cce29ff6b2b613930c
1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
3 pkgname=r-ryacas
4 pkgver=0.2_10
5 pkgrel=1
6 pkgdesc="R interface to the yacas computer algebra system."
7 arch=('i686' 'x86_64')
8 url="http://cran.r-project.org/web/packages/Ryacas/index.html"
9 license=("GPL2")
10 depends=('r' 'r-xml')
11 source=(http://cran.r-project.org/src/contrib/Ryacas_${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 ./Ryacas || return 1
18 md5sums=('dff9158898efe9d09d7611dd6a167a76')