tk: correct shlib_provides

This commit is contained in:
John 2019-12-17 21:32:02 +01:00
parent d378891ea0
commit 90b96291e4
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'tk'
pkgname=tk
version=8.6.10
revision=1
revision=2
wrksrc="tk${version}"
build_wrksrc=unix
build_style=gnu-configure
@ -17,7 +17,7 @@ homepage="http://www.tcl.tk"
distfiles="${SOURCEFORGE_SITE}/tcl/${pkgname}${version}-src.tar.gz"
checksum=63df418a859d0a463347f95ded5cd88a3dd3aaa1ceecaeee362194bc30f3e386
shlib_provides="libtk${version%.*.*}.so"
shlib_provides="libtk8.6.so"
do_install() {
make INSTALL_ROOT=${DESTDIR} install install-private-headers