From 91ed29d7dda0c5764bfc991985bf98adab0890f0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 02:27:41 +0000 Subject: added PKG_VER to xibuilds --- repo/system/tcl.xibuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'repo/system/tcl.xibuild') diff --git a/repo/system/tcl.xibuild b/repo/system/tcl.xibuild index f9bebaa..cdd1455 100644 --- a/repo/system/tcl.xibuild +++ b/repo/system/tcl.xibuild @@ -2,7 +2,8 @@ DEPS=(zlib) -SOURCE=https://github.com/tcltk/tcl/archive/refs/tags/core-8-6-11.tar.gz +PKG_VER=8.6.11 +SOURCE=https://github.com/tcltk/tcl/archive/refs/tags/core-$( echo $PKG_VER | sed "s|\.|-|g").tar.gz DESC="the Tool Command language, a robust general purpose scripting language" @@ -37,7 +38,7 @@ build () { package () { make DESTDIR=$PKG_DEST install - chmod -v u+w $PKG_DEST/usr/lib/libtcl8.6.so + chmod -v u+w $PKG_DEST/usr/lib/libtcl$(echo $PKG_DEST | cut -d. -f-2).so make DESTDIR=$PKG_DEST install-private-headers -- cgit v1.2.1