wok rev 18529
stfl: add libstfl.so.0 link
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 27 09:24:12 2015 +0100 (2015-10-27) |
parents | e41fa59d3e5e |
children | 5ada123a62a4 |
files | c-ares-dev/receipt openvswitch-dev/receipt stfl/receipt |
line diff
1.1 --- a/c-ares-dev/receipt Tue Oct 27 06:19:41 2015 +0100 1.2 +++ b/c-ares-dev/receipt Tue Oct 27 09:24:12 2015 +0100 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="http://c-ares.haxx.se/" 1.5 WANTED="c-ares" 1.6 1.7 -DEPENDS="c-ares pkgconfig" 1.8 +DEPENDS="c-ares pkg-config" 1.9 1.10 # Rules to gen a SliTaz package suitable for Tazpkg. 1.11 genpkg_rules()
2.1 --- a/openvswitch-dev/receipt Tue Oct 27 06:19:41 2015 +0100 2.2 +++ b/openvswitch-dev/receipt Tue Oct 27 09:24:12 2015 +0100 2.3 @@ -9,7 +9,7 @@ 2.4 WEB_SITE="http://openvswitch.org/" 2.5 WANTED="openvswitch" 2.6 2.7 -DEPENDS="pkgconfig openvswitch" 2.8 +DEPENDS="pkg-config openvswitch" 2.9 2.10 # Rules to gen a SliTaz package suitable for Tazpkg. 2.11 genpkg_rules()
3.1 --- a/stfl/receipt Tue Oct 27 06:19:41 2015 +0100 3.2 +++ b/stfl/receipt Tue Oct 27 09:24:12 2015 +0100 3.3 @@ -27,4 +27,7 @@ 3.4 { 3.5 mkdir -p $fs/usr/lib 3.6 cp -a $install/usr/lib/*.so* $fs/usr/lib 3.7 + lib=$(cd $fs/usr/lib ; echo *.so.*.*) 3.8 + [ -e $fs/usr/lib/${lib%.*} ] || 3.9 + ln -s $lib $fs/usr/lib/${lib%.*} 3.10 }