wok rev 16914

Up R (3.1.1)
author Yuri Pourre <yuripourre@gmail.com>
date Tue Jul 15 22:14:45 2014 -0300 (2014-07-15)
parents c49c3c907f12
children de0131b4edeb
files R/receipt
line diff
     1.1 --- a/R/receipt	Tue Jul 15 21:40:28 2014 -0300
     1.2 +++ b/R/receipt	Tue Jul 15 22:14:45 2014 -0300
     1.3 @@ -1,17 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="R"
     1.7 -VERSION="2.14.1"
     1.8 +VERSION="3.1.1"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="Free software environment for statistical computing and graphics."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://www.r-project.org/"
    1.15 -WGET_URL="http://cran.r-project.org/src/base/R-2/$TARBALL"
    1.16 +WGET_URL="http://cran.r-project.org/src/base/R-3/$TARBALL"
    1.17  
    1.18 -DEPENDS="libgfortran readline bzlib libgomp midori epdfview"
    1.19 -BUILD_DEPENDS="gfortran readline-dev bzip2-dev"
    1.20 +DEPENDS="libgfortran readline bzlib libgomp midori epdfview pcre"
    1.21 +BUILD_DEPENDS="gfortran readline-dev bzip2-dev pcre-dev"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()