mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
tk: fix shlib_provides, fix wish symlink
This commit is contained in:
parent
d86f3ec83c
commit
933d94a643
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tk'
|
# Template file for 'tk'
|
||||||
pkgname=tk
|
pkgname=tk
|
||||||
version=8.6.9.1
|
version=8.6.9.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="tk${version%.*}"
|
wrksrc="tk${version%.*}"
|
||||||
build_wrksrc=unix
|
build_wrksrc=unix
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -17,11 +17,11 @@ homepage="http://www.tcl.tk"
|
||||||
distfiles="${SOURCEFORGE_SITE}/tcl/${pkgname}${version}-src.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/tcl/${pkgname}${version}-src.tar.gz"
|
||||||
checksum=8fcbcd958a8fd727e279f4cac00971eee2ce271dc741650b1fc33375fb74ebb4
|
checksum=8fcbcd958a8fd727e279f4cac00971eee2ce271dc741650b1fc33375fb74ebb4
|
||||||
|
|
||||||
shlib_provides="libtk${version%.*}.so"
|
shlib_provides="libtk${version%.*.*}.so"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make INSTALL_ROOT=${DESTDIR} install install-private-headers
|
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
|
vlicense ../license.terms LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue