summaryrefslogtreecommitdiffstats
path: root/academic/R/R.SlackBuild
diff options
context:
space:
mode:
author melikamp2012-12-02 18:33:33 +0100
committer dsomero2012-12-11 22:21:47 +0100
commit5d684fe2bf2f9a8f71f90bda47bbf7cf0e02baab (patch)
treee6ab682936ae11d01fed9ef7faf69389712ddd47 /academic/R/R.SlackBuild
parent5afba9eac63cb0b4c05a769b2571c29c95ad4548 (diff)
downloadslackbuilds-5d684fe2bf2f9a8f71f90bda47bbf7cf0e02baab.tar.gz
academic/R: Updated for version 2.15.2
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'academic/R/R.SlackBuild')
-rw-r--r--academic/R/R.SlackBuild28
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 \