mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
tk: manually specify shlib via shlib-provides.
xbps-src currently ignores unversioned shlibs.
This commit is contained in:
parent
17a8116215
commit
ba1e7e9b61
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tk'
|
# Template file for 'tk'
|
||||||
pkgname=tk
|
pkgname=tk
|
||||||
version=8.6.3
|
version=8.6.3
|
||||||
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,6 +17,8 @@ license="tcl/tk"
|
||||||
distfiles="${SOURCEFORGE_SITE}/tcl/${pkgname}${version}-src.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/tcl/${pkgname}${version}-src.tar.gz"
|
||||||
checksum=ba15d56ac27d8c0a7b1a983915a47e0f635199b9473cf6e10fbce1fc73fd8333
|
checksum=ba15d56ac27d8c0a7b1a983915a47e0f635199b9473cf6e10fbce1fc73fd8333
|
||||||
|
|
||||||
|
shlib_provides="libtk${version%.*}.so"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# XXX
|
# XXX
|
||||||
|
|
Loading…
Add table
Reference in a new issue