[arch-commits] Commit in tcllib/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Wed Feb 6 15:19:43 UTC 2013
Date: Wednesday, February 6, 2013 @ 16:19:43
Author: spupykin
Revision: 83924
archrelease: copy trunk to community-any
Added:
tcllib/repos/community-any/PKGBUILD
(from rev 83923, tcllib/trunk/PKGBUILD)
Deleted:
tcllib/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-06 15:19:29 UTC (rev 83923)
+++ PKGBUILD 2013-02-06 15:19:43 UTC (rev 83924)
@@ -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.14
-pkgrel=4
-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=('55bac9afce54c3328f368918cc2d7a4b')
-
-build(){
- 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.n*
-}
Copied: tcllib/repos/community-any/PKGBUILD (from rev 83923, tcllib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-02-06 15:19:43 UTC (rev 83924)
@@ -0,0 +1,35 @@
+# $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=1
+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.n*
+}
More information about the arch-commits
mailing list