[arch-commits] Commit in r/trunk (PKGBUILD)

Damir Perisa damir at archlinux.org
Fri May 2 12:42:17 UTC 2008


    Date: Friday, May 2, 2008 @ 08:42:17
  Author: damir
Revision: 1242

upgpkg: r 2.7.0-1

Modified:
  r/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-02 12:39:19 UTC (rev 1241)
+++ PKGBUILD	2008-05-02 12:42:17 UTC (rev 1242)
@@ -3,19 +3,17 @@
 # Contributor: K. Piche <kpiche at rogers.com>
 
 pkgname=r
-pkgver=2.6.2
+pkgver=2.7.0
 pkgrel=1
 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>=19980702-4' 'lapack>=3.1.1-3' 'bzip2'  'libpng' 'libjpeg' 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs>=4.3.0' 'tk' 'libxt' 'libxmu')
+depends=('blas>=19980702-4' 'lapack>=3.1.1-3' 'bzip2'  'libpng' 'libjpeg' 'libtiff' 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs>=4.3.0' 'tk' 'libxt' 'libxmu' 'pango')
 makedepends=('java-gcj-compat')
 source=(http://cran.r-project.org/src/base/R-2/R-${pkgver}.tar.gz
 	r.desktop
 	r.png)
-md5sums=('1099cbf02c624ceb459d9bbc4d0d1448' 'f6d54d32e510d90c748a0d16d2abcbdc'\
-         '00659f39e90627fe87f1645df5d4e3a7')
 
 build() {
    cd ${startdir}/src/R-${pkgver}
@@ -54,6 +52,7 @@
  }
 
 
+
 # R is now configured for x86_64-unknown-linux-gnu
 # 
 #   Source directory:          .
@@ -64,16 +63,11 @@
 # 
 #   C++ compiler:              g++  -march=x86-64 -mtune=generic -O2 -pipe
 #   Fortran 90/95 compiler:    gfortran -g -O2
-#   Obj-C compiler:
+#   Obj-C compiler:            gcc -g -O2
 # 
 #   Interfaces supported:      X11, tcltk
-#   External libraries:        readline, BLAS(generic), LAPACK(generic)
-#   Additional capabilities:   PNG, JPEG, iconv, MBCS, NLS
-#   Options enabled:           shared R library, R profiling, Java
+#   External libraries:        readline
+#   Additional capabilities:   PNG, JPEG, iconv, MBCS, NLS, cairo
+#   Options enabled:           shared R library, shared BLAS, R profiling, Java
 # 
 #   Recommended packages:      yes
-
-
-
-
-





More information about the arch-commits mailing list