tk: correct shlib_provides
This commit is contained in:
parent
d378891ea0
commit
90b96291e4
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tk'
|
# Template file for 'tk'
|
||||||
pkgname=tk
|
pkgname=tk
|
||||||
version=8.6.10
|
version=8.6.10
|
||||||
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,7 +17,7 @@ homepage="http://www.tcl.tk"
|
||||||
distfiles="${SOURCEFORGE_SITE}/tcl/${pkgname}${version}-src.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/tcl/${pkgname}${version}-src.tar.gz"
|
||||||
checksum=63df418a859d0a463347f95ded5cd88a3dd3aaa1ceecaeee362194bc30f3e386
|
checksum=63df418a859d0a463347f95ded5cd88a3dd3aaa1ceecaeee362194bc30f3e386
|
||||||
|
|
||||||
shlib_provides="libtk${version%.*.*}.so"
|
shlib_provides="libtk8.6.so"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make INSTALL_ROOT=${DESTDIR} install install-private-headers
|
make INSTALL_ROOT=${DESTDIR} install install-private-headers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue