4 pkgdesc="Extended Object Tcl"
6 url='http://media.wu-wien.ac.at'
10 source=(http://media.wu-wien.ac.at/download/${pkgname}-${pkgver}.tar.gz
11 ${pkgname}-${pkgver}.patch)
12 md5sums=('7e903c77d9f40cac2605ab84223b4dba'
13 '607ed91fb971bc2e4475a29476328b6f')
15 cd $startdir/src/$pkgname-$pkgver
16 # Apply patch to tcl.m4 and configure scripts to delete 'generic' from pathes to tclInt.h
17 msg "Patch tcl.m4 and configure fies..."
18 patch -Np1 -i ../${pkgname}-${pkgver}.patch || return 1
20 msg "Starting make..."
21 ./configure --prefix=/usr --with-all --enable-threads
24 make DESTDIR=${startdir}/pkg install