tcl: update to 8.6.6.
This commit is contained in:
parent
b7af655d33
commit
52c99df695
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'tcl'
|
||||
pkgname=tcl
|
||||
version=8.6.5
|
||||
version=8.6.6
|
||||
revision=1
|
||||
wrksrc="tcl${version}"
|
||||
build_wrksrc="unix"
|
||||
|
@ -14,12 +14,12 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.tcl.tk"
|
||||
license="tcl/tk"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}${version}-src.tar.gz"
|
||||
checksum=ce26d5b9c7504fc25d2f10ef0b82b14cf117315445b5afa9e673ed331830fb53
|
||||
checksum=a265409781e4b3edcc4ef822533071b34c3dc6790b893963809b9fe221befe07
|
||||
|
||||
shlib_provides="libtcl${version%.*}.so"
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/-DSQLITE_API=MODULE_SCOPE//g' pkgs/sqlite3.11.0/Makefile.in
|
||||
sed -i 's/-DSQLITE_API=MODULE_SCOPE//g' pkgs/sqlite*/Makefile.in
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue