tk: fix shlib_provides, fix wish symlink

This commit is contained in:
Johannes 2018-11-18 22:48:13 +01:00 committed by Johannes
parent d86f3ec83c
commit 933d94a643
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'tk'
pkgname=tk
version=8.6.9.1
revision=1
revision=2
wrksrc="tk${version%.*}"
build_wrksrc=unix
build_style=gnu-configure
@ -17,11 +17,11 @@ homepage="http://www.tcl.tk"
distfiles="${SOURCEFORGE_SITE}/tcl/${pkgname}${version}-src.tar.gz"
checksum=8fcbcd958a8fd727e279f4cac00971eee2ce271dc741650b1fc33375fb74ebb4
shlib_provides="libtk${version%.*}.so"
shlib_provides="libtk${version%.*.*}.so"
do_install() {
make INSTALL_ROOT=${DESTDIR} install install-private-headers
ln -s wish${version%.*} ${DESTDIR}/usr/bin/wish
ln -s wish${version%.*.*} ${DESTDIR}/usr/bin/wish
vlicense ../license.terms LICENSE
}