mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-23 18:14:54 +08:00
tk, tcl update
This commit is contained in:
parent
b66d767f6a
commit
25d9d8dd2f
@ -5,15 +5,15 @@
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=tcl
|
||||
pkgver=8.5.9
|
||||
pkgrel=2
|
||||
pkgver=8.5.11
|
||||
pkgrel=1
|
||||
pkgdesc="The Tcl scripting language"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://tcl.sourceforge.net/"
|
||||
license=('custom')
|
||||
depends=('glibc')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
|
||||
md5sums=('8512d8db3233041dd68a81476906012a')
|
||||
md5sums=('b01a9691c83990b3db0ce62d1012ca67')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/tcl${pkgver}/unix
|
||||
|
15
tk/PKGBUILD
15
tk/PKGBUILD
@ -1,18 +1,19 @@
|
||||
# $Id: PKGBUILD 61431 2009-12-16 05:19:38Z allan $
|
||||
# Maintainer: Allan McRae <allan@archlinux.org>
|
||||
# Contributor: Judd Vinet <jvinet@zeroflux.org>
|
||||
#
|
||||
# Core Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=tk
|
||||
pkgver=8.5.9
|
||||
pkgrel=3
|
||||
|
||||
pkgver=8.5.11
|
||||
pkgrel=1
|
||||
pkgdesc="A windowing toolkit for use with tcl"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://tcl.sourceforge.net/"
|
||||
license=('custom')
|
||||
depends=("tcl=${pkgver}" 'libxss' 'libxft')
|
||||
source=("http://downloads.sourceforge.net/sourceforge/tcl/${pkgname}${pkgver}-src.tar.gz")
|
||||
md5sums=('7cdeb9feb61593f58a0ae61f2497580e')
|
||||
md5sums=('b61b72f0aad230091b100746f078b8f1')
|
||||
|
||||
[ "${CARCH}" = "x86_64" ] && __64bit="--enable-64bit" || __64bit="--disable-64bit"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user