tcl: update to 8.6.1.
This commit is contained in:
parent
077c2e9140
commit
bf334b7377
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tcl'
|
# Template file for 'tcl'
|
||||||
pkgname=tcl
|
pkgname=tcl
|
||||||
version=8.6.0
|
version=8.6.1
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="tcl${version}"
|
wrksrc="tcl${version}"
|
||||||
build_wrksrc=unix
|
build_wrksrc=unix
|
||||||
short_desc="The TCL scripting language"
|
short_desc="The TCL scripting language"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.tcl.tk"
|
homepage="http://www.tcl.tk"
|
||||||
license="tcl/tk"
|
license="tcl/tk"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}${version}-src.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}${version}-src.tar.gz"
|
||||||
checksum=354422b9c4791685499123b2dfe01faa98b555c08906c010cb4449ddc75dcade
|
checksum=16ee769248e64ba1cae6b4834fcc4e4edd7470d881410e8d58f7dd1434343514
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
if [ "${XBPS_MACHINE}" = "x86_64" ]; then
|
if [ "${XBPS_MACHINE}" = "x86_64" ]; then
|
||||||
|
@ -48,6 +48,6 @@ tcl-devel_package() {
|
||||||
|
|
||||||
tcl_package() {
|
tcl_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue