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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jan 1 18:57:49 UTC 2008


    Date: Tuesday, January 1, 2008 @ 13:57:49
  Author: andyrtr
    Path: /home/cvs-extra/extra/devel/tcl

Modified: PKGBUILD (1.32 -> 1.33)

upgpkg: tcl 8.5.0-1


----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


Index: extra/devel/tcl/PKGBUILD
diff -u extra/devel/tcl/PKGBUILD:1.32 extra/devel/tcl/PKGBUILD:1.33
--- extra/devel/tcl/PKGBUILD:1.32	Sun Nov 11 17:14:08 2007
+++ extra/devel/tcl/PKGBUILD	Tue Jan  1 13:57:49 2008
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD,v 1.32 2007/11/11 22:14:08 andyrtr Exp $
+# $Id: PKGBUILD,v 1.33 2008/01/01 18:57:49 andyrtr Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Committer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=tcl
-pkgver=8.4.16
-pkgrel=2
+pkgver=8.5.0
+pkgrel=1
 pkgdesc="The Tcl scripting language"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('custom')
 depends=(glibc)
 source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
 url="http://tcl.sourceforge.net/"
-md5sums=('f1c783a49547778d160e10be2fb5d76f')
+md5sums=('d890c505465411b25050b6cd95971d2c')
 
 build() {
   cd ${startdir}/src/tcl${pkgver}/unix
@@ -20,7 +20,7 @@
 fi
   make || return 1
   make INSTALL_ROOT=${startdir}/pkg install install-private-headers
-  ln -sf tclsh8.4 ${startdir}/pkg/usr/bin/tclsh
+  ln -sf tclsh8.5 ${startdir}/pkg/usr/bin/tclsh
   # install license
   install -Dm644 ../license.terms $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 
@@ -30,7 +30,7 @@
   -e "s,^TCL_SRC_DIR='.*',TCL_SRC_DIR='/usr/include'," \
   -e "s,^TCL_BUILD_STUB_LIB_SPEC='-L.*/unix,TCL_BUILD_STUB_LIB_SPEC='-L/usr/lib," \
   -e "s,^TCL_BUILD_STUB_LIB_PATH='.*/unix,TCL_BUILD_STUB_LIB_PATH='/usr/lib," \
-  -e "s,^TCL_LIB_FILE='libtcl8.4..TCL_DBGX..so',TCL_LIB_FILE=\"libtcl8.4\$\{TCL_DBGX\}.so\"," \
+  -e "s,^TCL_LIB_FILE='libtcl8.5..TCL_DBGX..so',TCL_LIB_FILE=\"libtcl8.5\$\{TCL_DBGX\}.so\"," \
   -e "s,^TCL_CC_SEARCH_FLAGS='\(.*\)',TCL_CC_SEARCH_FLAGS='\1:/usr/lib'," \
   -e "s,^TCL_LD_SEARCH_FLAGS='\(.*\)',TCL_LD_SEARCH_FLAGS='\1:/usr/lib'," \
   $startdir/pkg/usr/lib/tclConfig.sh




More information about the arch-commits mailing list