[arch-commits] Commit in tcl/trunk (PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Thu Aug 8 07:33:58 UTC 2013


    Date: Thursday, August 8, 2013 @ 09:33:57
  Author: eric
Revision: 192223

upgpkg: tcl 8.6.0-5

Add unversioned library symlink, Leave permissions of static libaries untouched

Modified:
  tcl/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-07 22:23:05 UTC (rev 192222)
+++ PKGBUILD	2013-08-08 07:33:57 UTC (rev 192223)
@@ -3,14 +3,14 @@
 
 pkgname=tcl
 pkgver=8.6.0
-pkgrel=4
+pkgrel=5
 pkgdesc="The Tcl scripting language"
 arch=('i686' 'x86_64')
 url="http://tcl.sourceforge.net/"
 license=('custom')
 depends=('zlib')
 source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
-md5sums=('573aa5fe678e9185ef2b3c56b24658d3')
+sha1sums=('fc57fc08ab113740a702bb67d4f350f8ec85ef58')
 
 prepare() {
   cd tcl${pkgver}
@@ -36,10 +36,8 @@
 package() {
   cd tcl${pkgver}/unix
   make INSTALL_ROOT="${pkgdir}" install install-private-headers
-  find "${pkgdir}" -name '*.a' -type f -exec chmod 644 {} \;
   ln -sf tclsh8.6 "${pkgdir}/usr/bin/tclsh"
-
-  # install license
+  ln -sf libtcl${pkgver%.*}.so "${pkgdir}/usr/lib/libtcl.so"
   install -Dm644 ../license.terms "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 
   # remove buildroot traces




More information about the arch-commits mailing list