summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2018-01-22 18:02:21 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2018-01-22 18:02:21 +0000
commitf14ffca5fe5dca891200d5b7898d373b4f987427 (patch)
treedc5079ba080a677ef819bc850c4fe1c19f702bd9 /vars
parentbb8cc52c62bcff806df4bf104a0fc7b033509f4c (diff)
downloadmidipix_build-f14ffca5fe5dca891200d5b7898d373b4f987427.tar.bz2
midipix_build-f14ffca5fe5dca891200d5b7898d373b4f987427.tar.xz
vars/build.vars:native_packages_dev:tcl: adds tcl v8.7a1.
patches/tcl-8.7a1.local.patch:unix/configure: replace `uname -s` w/ ${target}.
Diffstat (limited to 'vars')
-rw-r--r--vars/build.vars6
1 files changed, 5 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars
index 91b8dc70..6d53b7e0 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -760,7 +760,7 @@ mksh sbase sed tar tcsh the_silver_searcher toilet ubase util_linux which zsh";
#
# Packages list native_packages_dev
NATIVE_PACKAGES_DEV_PACKAGES="
-bdwgc bison chicken cparser diffutils flex lunix m4 make man_db patch patchutils perl python3 ruby smallbasic";
+bdwgc bison chicken cparser diffutils flex lunix m4 make man_db patch patchutils perl python3 ruby smallbasic tcl";
: ${PKG_BDWGC_URLS_GIT:="bdwgc=https://github.com/ivmai/bdwgc@master"};
: ${PKG_BISON_SHA256SUM:=a72428c7917bdf9fa93cb8181c971b6e22834125848cf1d03ce10b1bb0716fe1};
: ${PKG_BISON_VERSION:=3.0.4};
@@ -832,6 +832,10 @@ bdwgc bison chicken cparser diffutils flex lunix m4 make man_db patch patchutils
: ${PKG_SMALLBASIC_URLS_GIT:="SmallBASIC=https://github.com/smallbasic/SmallBASIC@master"};
: ${PKG_SMALLBASIC_CFLAGS_CONFIGURE_EXTRA:=-std=gnu99};
: ${PKG_SMALLBASIC_IN_TREE:=1};
+: ${PKG_TCL_SHA256SUM:=2bbd4e0bbdebeaf5dc6cc823d0805afb45c764292f6667d9ce2b9fcf5399e0dc};
+: ${PKG_TCL_VERSION:=8.7a1};
+: ${PKG_TCL_URL:=http://kuiper.mirrorservice.org/sites/ftp.tcl.tk/pub/tcl/tcl8_7/tcl${PKG_TCL_VERSION}-src.tar.gz};
+: ${PKG_TCL_SUBDIR:=tcl${PKG_TCL_VERSION}/unix};
#
# Packages list native_packages_etc