mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
libuv: fixing missing shlib-provides
This commit is contained in:
parent
7505a4d833
commit
c9350138c2
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libuv'
|
# Template build file for 'libuv'
|
||||||
pkgname=libuv
|
pkgname=libuv
|
||||||
version=0.10.27
|
version=0.10.27
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Multi-platform support library with a focus on asynchronous I/O"
|
short_desc="Multi-platform support library with a focus on asynchronous I/O"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
license="BSD/ISC"
|
license="BSD/ISC"
|
||||||
|
@ -31,6 +31,8 @@ do_install() {
|
||||||
|
|
||||||
vinstall libuv.a 644 "usr/lib"
|
vinstall libuv.a 644 "usr/lib"
|
||||||
vinstall libuv.so 644 "usr/lib"
|
vinstall libuv.so 644 "usr/lib"
|
||||||
|
mv $DESTDIR/usr/lib/libuv.so $DESTDIR/usr/lib/libuv.so.${version%.*}
|
||||||
|
ln -sr $DESTDIR/usr/lib/libuv.so.${version%.*} $DESTDIR/usr/lib/libuv.so
|
||||||
}
|
}
|
||||||
|
|
||||||
libuv-devel_package() {
|
libuv-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue