Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Fix tclConfig
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@432703 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
antonio-rojas authored and svntogit committed Dec 17, 2021
1 parent 3ba5ebb commit 244ab46
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions trunk/PKGBUILD
Expand Up @@ -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')

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 244ab46

Please sign in to comment.