diff options
Diffstat (limited to 'academic/R/R.SlackBuild')
-rw-r--r-- | academic/R/R.SlackBuild | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/academic/R/R.SlackBuild b/academic/R/R.SlackBuild index b73b2c4f8a..38b250a53e 100644 --- a/academic/R/R.SlackBuild +++ b/academic/R/R.SlackBuild @@ -1,20 +1,27 @@ #!/bin/sh -# SlackBuild script for R, by melikamp, Andrew Rowland. -# (Contributors are listed in order of first participation.) +# SlackBuild script for R, by melikamp, Andrew Rowland. (Contributors +# are listed in order of first participation.) -# This program is free software: it is placed into the Public Domain -# by the author(s). A verbose dedication is available at -# http://creativecommons.org/publicdomain/zero/1.0/legalcode +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. # This program is distributed in the hope that it will be useful, but -# without any warranty; compiling, interpreting, executing or merely -# reading the text of the program may result in lapses of consciousness -# and/or very being, up to and including the end of all existence and -# the Universe as we know it. +# without any warranty; without even the implied warranty of +# merchantability or fitness for a particular purpose. Compiling, +# interpreting, executing or merely reading the text of the program +# may result in lapses of consciousness and/or very being, up to and +# including the end of all existence and the Universe as we know it. +# See the GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program (most likely, a file named COPYING). If +# not, see <http://www.gnu.org/licenses/>. PRGNAM=R -VERSION=2.15.0 +VERSION=2.15.2 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -85,7 +92,6 @@ CXXFLAGS="$SLKCFLAGS" \ --build=$ARCH-slackware-linux make -mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/R/lib # work around make install bug make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ |