wok diff ncursesw-dev/receipt @ rev 19588
Up node (6.9.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 28 14:42:27 2016 +0100 (2016-12-28) |
parents | 0ded2a41e487 |
children | fc9203de5ff2 |
line diff
1.1 --- a/ncursesw-dev/receipt Thu Feb 12 17:05:46 2015 +0100 1.2 +++ b/ncursesw-dev/receipt Wed Dec 28 14:42:27 2016 +0100 1.3 @@ -15,11 +15,11 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/lib $fs/usr/bin 1.8 + mkdir -p $fs/lib $fs/usr/bin $fs/usr/lib 1.9 cp -a $install/lib/*.a $fs/lib 1.10 # Include files are from the same source than ncuses-dev and work 1.11 # nicely for both. 1.12 cp -a $install/usr/include $fs/usr 1.13 cp $install/usr/bin/ncursesw5-config $fs/usr/bin 1.14 - chmod 755 $fs/usr/bin/* 1.15 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.16 }