[r-backports] / build_r-base.sh Repository:
ViewVC logotype

Annotation of /build_r-base.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 74 - (view) (download) (as text)

1 : ranke 56 #!/bin/bash
2 :    
3 : ranke 74 # Script to facilitate building r-base binaries for CRAN in a chroot
4 :     # Matching CRAN sources must be in /etc/apt/sources.list of the chroot
5 : ranke 56
6 :     # Author: Johannes Ranke <jranke@uni-bremen.de>
7 :    
8 :     apt-get update
9 : ranke 74 apt-get build-dep r-base
10 : ranke 64 apt-get source r-base
11 : ranke 56
12 :     cd r-base-*
13 :    
14 : ranke 74 dpkg-buildpackage -B
15 : ranke 61
16 : ranke 56 cd ..

Johannes Ranke
ViewVC Help
Powered by ViewVC 1.0.1