mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 06:24:37 +08:00
r: add missing lib icu
This commit is contained in:
parent
d18056f060
commit
81108d52cc
@ -6,14 +6,14 @@
|
||||
|
||||
pkgname=r
|
||||
pkgver=2.12.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="R is a language and environment for statistical computing and graphics"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
url=('http://www.r-project.org/')
|
||||
depends=('blas' 'lapack' 'bzip2' 'libpng' 'libjpeg' 'libtiff'
|
||||
'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
|
||||
'tk' 'libxt' 'libxmu' 'pango' 'xz')
|
||||
'tk' 'libxt' 'libxmu' 'pango' 'xz' 'icu')
|
||||
makedepends=('openjdk6' 'gcc-fortran')
|
||||
options=('!makeflags')
|
||||
source=(http://cran.r-project.org/src/base/R-2/R-${pkgver}.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user