wok diff R/receipt @ rev 17153
Down disount (2.1.6) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 11 16:11:40 2014 +0200 (2014-09-11) |
parents | c49c3c907f12 |
children | 45507bfb2b0d |
line diff
1.1 --- a/R/receipt Tue Jul 15 21:40:28 2014 -0300 1.2 +++ b/R/receipt Thu Sep 11 16:11:40 2014 +0200 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()