tcl: update to 8.6.5.
This commit is contained in:
parent
6bc5179f3d
commit
107e0d7ccb
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tcl'
|
||||
pkgname=tcl
|
||||
version=8.6.4
|
||||
revision=2
|
||||
version=8.6.5
|
||||
revision=1
|
||||
wrksrc="tcl${version}"
|
||||
build_wrksrc="unix"
|
||||
build_style=gnu-configure
|
||||
|
@ -14,10 +14,14 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.tcl.tk"
|
||||
license="tcl/tk"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}${version}-src.tar.gz"
|
||||
checksum=9e6ed94c981c1d0c5f5fefb8112d06c6bf4d050a7327e95e71d417c416519c8d
|
||||
checksum=ce26d5b9c7504fc25d2f10ef0b82b14cf117315445b5afa9e673ed331830fb53
|
||||
|
||||
shlib_provides="libtcl${version%.*}.so"
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/-DSQLITE_API=MODULE_SCOPE//g' pkgs/sqlite3.11.0/Makefile.in
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make INSTALL_ROOT=${DESTDIR} install install-private-headers
|
||||
ln -s tclsh8.6 ${DESTDIR}/usr/bin/tclsh
|
||||
|
|
Loading…
Reference in New Issue