Skip to content
Snippets Groups Projects
Commit 02763467 authored by Andreas Radke's avatar Andreas Radke
Browse files

fix a file conflitc FS#33201

parent a9dd0a86
No related branches found
No related tags found
No related merge requests found
......@@ -3,17 +3,22 @@
pkgname=tcl
pkgver=8.6.0
pkgrel=1
pkgrel=2
pkgdesc="The Tcl scripting language"
arch=('i686' 'x86_64')
url="http://tcl.sourceforge.net/"
license=('custom')
source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
md5sums=('669b0103431babff2494f3f2637eb864')
# tcl E: Dependency zlib detected and not included (libraries ['usr/lib/libz.so.1'] needed in files ['usr/lib/libtcl8.6.so'])
# depends=('zlib') ???
md5sums=('573aa5fe678e9185ef2b3c56b24658d3')
build() {
cd ${srcdir}/tcl${pkgver}/unix
# maybe drop sqlite build at all? isn't this the same we already have in sqlite and sqlite-tcl pkg?
# rm -rf ${srcdir}/tcl${pkgver}/pkgs/sqlite3*
[[ $CARCH == "x86_64" ]] && BIT="--enable-64bit"
./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
......@@ -37,4 +42,7 @@ package()
# remove buildroot traces
sed -i "s#${srcdir}#/usr/src#" ${pkgdir}/usr/lib/{tcl,tdbc1.0.0/tdbc,itcl4.0.0/itcl}Config.sh
# fix a fileconflitct - FS#33201
rm ${pkgdir}/usr/share/man/mann/sqlite3.n
}
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