[arch-commits] CVS update of extra/devel/expectk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sat Jan 12 13:55:20 UTC 2008


    Date: Saturday, January 12, 2008 @ 08:55:20
  Author: tpowa
    Path: /home/cvs-extra/extra/devel/expectk

Modified: PKGBUILD (1.2 -> 1.3)

'upgpkg: bump to build against tcl 8.5'


----------+
 PKGBUILD |   23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)


Index: extra/devel/expectk/PKGBUILD
diff -u extra/devel/expectk/PKGBUILD:1.2 extra/devel/expectk/PKGBUILD:1.3
--- extra/devel/expectk/PKGBUILD:1.2	Fri May 19 16:30:15 2006
+++ extra/devel/expectk/PKGBUILD	Sat Jan 12 08:55:20 2008
@@ -1,28 +1,28 @@
-# $Id: PKGBUILD,v 1.2 2006/05/19 20:30:15 uid1016 Exp $
+# $Id: PKGBUILD,v 1.3 2008/01/12 13:55:20 tpowa Exp $
 # Maintainer: kevin <kevin at archlinux.org>
 
 pkgname=expectk
-pkgver=5.43.0
+pkgver=5.44.1.4
 pkgrel=1
 pkgdesc="An X and Tk variant of expect, a tool for automating interactive applications"
 arch=(i686 x86_64)
-depends=('tcl' 'tk')
-tcltkver=8.4.12
-source=(http://expect.nist.gov/src/expect-$pkgver.tar.gz
+depends=('tcl>=8.5.0' 'tk>=8.5.0')
+tcltkver=8.5.0
+source=(ftp://ftp.archlinux.org/expect/expect-$pkgver.tar.bz2
+#http://expect.nist.gov/src/expect-$pkgver.tar.gz
 http://dl.sourceforge.net/sourceforge/tcl/tk$tcltkver-src.tar.gz
 http://dl.sourceforge.net/sourceforge/tcl/tcl$tcltkver-src.tar.gz)
 url="http://expect.nist.gov/"
-md5sums=('43e1dc0e0bc9492cf2e1a6f59f276bc3' '316491cb82d898b434842353aed1f0d6'\
-         '7480432d8730263f267952788eb4839b')
+
 
 build() {
   BIN="expectk multixterm tknewsbiff tkpasswd xpstat"
   MAN="multixterm tknewsbiff"
-  cd $startdir/src/expect-5.43
+  cd $startdir/src/expect-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
       --with-tcl=/usr/lib --with-tk=/usr/lib \
-      --with-tclinclude=$startdir/src/tcl$tcltkver \
-      --with-tkinclude=$startdir/src/tk$tcltkver
+      --with-tclinclude=$startdir/src/tcl$tcltkver/generic \
+      --with-tkinclude=$startdir/src/tk$tcltkver/generic
   # Keep $startdir/pkg out of library search paths.
   sed -e 's/-rpath,${LIB_RUNTIME_DIR}:/-rpath,/' -i Makefile
   # expect needed during build.
@@ -37,3 +37,6 @@
       install -D -m644 example/$i.man $startdir/pkg/usr/man/man1/$i.1
   done
 }
+md5sums=('bbfd5ef50f3c1df4fe79e5a20a947d41'
+         'bc217c45ed6b2f5b8d3120df63fa13bd'
+         'd890c505465411b25050b6cd95971d2c')




More information about the arch-commits mailing list