[arch-commits] Commit in tcllib/repos/community-any (PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon May 26 17:58:38 UTC 2014


    Date: Monday, May 26, 2014 @ 19:58:38
  Author: spupykin
Revision: 111922

archrelease: copy trunk to community-any

Added:
  tcllib/repos/community-any/PKGBUILD
    (from rev 111921, tcllib/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: tcllib/repos/community-any/PKGBUILD (from rev 111921, tcllib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-26 17:58:38 UTC (rev 111922)
@@ -0,0 +1,29 @@
+# $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=3
+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=('6ebc460a3f5bfb09eb722bf123165c24')
+
+package(){
+  cd ${srcdir}/tcllib-tcllib_${pkgver/./_}
+  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,coroutine}.n
+}




More information about the arch-commits mailing list