[arch-commits] Commit in tcllib/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Fri May 9 08:42:14 UTC 2014
Date: Friday, May 9, 2014 @ 10:42:14
Author: spupykin
Revision: 110891
archrelease: copy trunk to community-any
Added:
tcllib/repos/community-any/PKGBUILD
(from rev 110890, tcllib/trunk/PKGBUILD)
Deleted:
tcllib/repos/community-any/PKGBUILD
----------+
PKGBUILD | 69 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-05-09 08:42:06 UTC (rev 110890)
+++ PKGBUILD 2014-05-09 08:42:14 UTC (rev 110891)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: dtw <dibble.at.thewrecker.dot.net>
-# Contributor: Mathieu Gauthier <mathgl at freesurf.fr>
-# Upgrade to ver. 1.8 - Pawel Bogur <jid:smeagol at uaznia.net>
-
-pkgname=tcllib
-pkgver=1.15
-pkgrel=2
-pkgdesc="Set of pure-Tcl extensions."
-arch=('any')
-url="http://tcllib.sourceforge.net/"
-license=('bsd')
-depends=('tcl')
-source=(http://downloads.sourceforge.net/sourceforge/tcllib/tcllib-${pkgver}.tar.gz)
-md5sums=('7a0525912e8863f8d4360ab10e5450f8')
-
-package(){
- cd ${srcdir}/${pkgname}-${pkgver}
-
- sed -i 's|package require TclOO 0.6.1|package require TclOO 1.0|' \
- modules/struct/stack_oo.tcl \
- modules/struct/queue_oo.tcl
-
- _PREFIX=${pkgdir}
- _TCLSH="/usr/bin/tclsh"
- $_TCLSH `echo installer.tcl` -pkg-path $_PREFIX/usr/lib/tcllib \
- -app-path $_PREFIX/usr/bin \
- -nroff-path $_PREFIX/usr/share/man/mann \
- -no-examples -no-html \
- -no-wait -no-gui
- mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}/
- cp ${srcdir}/${pkgname}-${pkgver}/license.terms ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
- rm -f $pkgdir/usr/share/man/mann/{try,string,variable,zlib}.n
-}
Copied: tcllib/repos/community-any/PKGBUILD (from rev 110890, tcllib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-05-09 08:42:14 UTC (rev 110891)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: dtw <dibble.at.thewrecker.dot.net>
+# Contributor: Mathieu Gauthier <mathgl at freesurf.fr>
+# Upgrade to ver. 1.8 - Pawel Bogur <jid:smeagol at uaznia.net>
+
+pkgname=tcllib
+pkgver=1.16
+pkgrel=1
+pkgdesc="Set of pure-Tcl extensions."
+arch=('any')
+url="http://core.tcl.tk/tcllib/"
+license=('bsd')
+depends=('tcl')
+#source=(http://downloads.sourceforge.net/sourceforge/tcllib/tcllib-${pkgver}.tar.gz)
+source=(https://github.com/tcltk/tcllib/archive/tcllib_${pkgver/./_}.tar.gz)
+md5sums=('7d3605b0f837d8de5726e297e9a51fd5')
+
+package(){
+ cd ${srcdir}/tcllib-tcllib_${pkgver/./_}
+
+# sed -i 's|package require TclOO 0.6.1|package require TclOO 1.0|' \
+# modules/struct/stack_oo.tcl \
+# modules/struct/queue_oo.tcl
+
+ tclsh installer.tcl -pkg-path ${pkgdir}/usr/lib/tcllib \
+ -app-path ${pkgdir}/usr/bin \
+ -nroff-path ${pkgdir}/usr/share/man/mann \
+ -no-examples -no-html \
+ -no-wait -no-gui
+ mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}/
+ cp license.terms ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+ rm -f $pkgdir/usr/share/man/mann/{try,string,variable,zlib}.n
+}
More information about the arch-commits
mailing list