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'
|
||||
pkgname=tk
|
||||
version=8.6.3
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="tk${version}"
|
||||
build_wrksrc="unix"
|
||||
build_style=gnu-configure
|
||||
|
@ -17,6 +17,8 @@ license="tcl/tk"
|
|||
distfiles="${SOURCEFORGE_SITE}/tcl/${pkgname}${version}-src.tar.gz"
|
||||
checksum=ba15d56ac27d8c0a7b1a983915a47e0f635199b9473cf6e10fbce1fc73fd8333
|
||||
|
||||
shlib_provides="libtk${version%.*}.so"
|
||||
|
||||
pre_build() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# XXX
|
||||
|
|
Loading…
Reference in a new issue