From c5b7134d59f576438e75a31bccf4438707850fba Mon Sep 17 00:00:00 2001 From: Leonid Bobrov Date: Sun, 28 Feb 2021 08:16:25 +0200 Subject: [PATCH] New package: tcltls-1.7.22 --- srcpkgs/tcltls/patches/configure.patch | 11 +++++++++++ srcpkgs/tcltls/template | 19 +++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 srcpkgs/tcltls/patches/configure.patch create mode 100644 srcpkgs/tcltls/template diff --git a/srcpkgs/tcltls/patches/configure.patch b/srcpkgs/tcltls/patches/configure.patch new file mode 100644 index 00000000000..491b643d4c8 --- /dev/null +++ b/srcpkgs/tcltls/patches/configure.patch @@ -0,0 +1,11 @@ +--- configure.orig 2021-02-28 07:50:56.985388386 +0200 ++++ configure 2021-02-28 07:51:52.466393250 +0200 +@@ -3887,7 +3887,7 @@ + $as_echo_n "checking for working tclConfig.sh... " >&6; } + + if test -f "$TCLCONFIGPATH/tclConfig.sh"; then +- . "$TCLCONFIGPATH/tclConfig.sh" ++ source "$TCLCONFIGPATH/tclConfig.sh" + else + as_fn_error $? "unable to load tclConfig.sh" "$LINENO" 5 + fi diff --git a/srcpkgs/tcltls/template b/srcpkgs/tcltls/template new file mode 100644 index 00000000000..ae01164e0df --- /dev/null +++ b/srcpkgs/tcltls/template @@ -0,0 +1,19 @@ +# Template file for 'tcltls' +pkgname=tcltls +version=1.7.22 +revision=1 +build_style=gnu-configure +configure_args=--with-tcl=${XBPS_CROSS_BASE}/lib +hostmakedepends="pkg-config" +makedepends="libressl-devel tcl-devel" +depends="tcl" +short_desc="Binding to OpenSSL toolkit" +maintainer="Leonid Bobrov " +license="TCL" +homepage="https://core.tcl-lang.org/tcltls" +distfiles="${homepage}/uv/tcltls-${version}.tar.gz" +checksum=e84e2b7a275ec82c4aaa9d1b1f9786dbe4358c815e917539ffe7f667ff4bc3b4 + +post_install() { + vlicense ./license.terms LICENSE +}