Skip to content
Snippets Groups Projects
Commit 03f176a2 authored by Antonio Rojas's avatar Antonio Rojas
Browse files

Fix tclConfig

parent 81c648b8
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,13 @@
pkgname=tcl
pkgver=8.6.12
pkgrel=1
pkgdesc="The Tcl scripting language"
pkgrel=2
pkgdesc="Powerful, easy-to-learn dynamic programming language"
arch=('x86_64')
url="http://tcl.sourceforge.net/"
license=('custom')
depends=('zlib')
options=('staticlibs')
options=('staticlibs' '!lto')
source=(https://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
sha256sums=('26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6')
......@@ -36,10 +36,12 @@ package() {
ln -sf libtcl${pkgver%.*}.so "${pkgdir}/usr/lib/libtcl.so"
install -Dm644 ../license.terms "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 tcl.m4 -t "$pkgdir"/usr/share/aclocal
chmod 644 "$pkgdir/usr/lib/libtclstub8.6.a"
# remove buildroot traces
sed -e "s#${srcdir}/tcl${pkgver}/unix#/usr/lib#" \
-e "s#${srcdir}/tcl${pkgver}#/usr/include#" \
-e "s#'{/usr/lib} '#'/usr/lib'#" \
-i "${pkgdir}/usr/lib/tclConfig.sh"
tdbcver=tdbc1.1.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment