summaryrefslogtreecommitdiff
path: root/build_tk.sh
blob: 8551133226fc8b54ed3064eaa8cff1fa481bddb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

# Script to facilitate building tcl/tk 8.6 binaries for CRAN in a chroot
# Matching CRAN sources must be in /etc/apt/sources.list of the chroot

apt-get update
apt-get build-dep tk8.6

apt-get source tk8.6

cd tk8.6-*

dpkg-buildpackage -B

cd ..

Contact - Imprint