wok-next rev 18927
Add lz5 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 25 15:56:04 2016 +0100 (2016-02-25) |
parents | 1a13f0bc5fb1 |
children | 455e425d9450 |
files | lz5-dev/receipt lz5/receipt |
line diff
1.1 --- a/lz5-dev/receipt Thu Feb 25 14:32:25 2016 +0100 1.2 +++ b/lz5-dev/receipt Thu Feb 25 15:56:04 2016 +0100 1.3 @@ -14,8 +14,7 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/lib 1.8 + mkdir -p $fs/usr/ 1.9 cp -a $install/usr/include $fs/usr/ 1.10 - cp -a $install/usr/lib/*a $fs/usr/lib/ 1.11 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib/ 1.12 + cp -a $install/usr/lib $fs/usr/ 1.13 }
2.1 --- a/lz5/receipt Thu Feb 25 14:32:25 2016 +0100 2.2 +++ b/lz5/receipt Thu Feb 25 15:56:04 2016 +0100 2.3 @@ -23,7 +23,5 @@ 2.4 # Rules to gen a SliTaz package suitable for Tazpkg. 2.5 genpkg_rules() 2.6 { 2.7 - mkdir -p $fs/usr/lib 2.8 cp -a $install/bin $fs/ 2.9 - cp -a $install/usr/lib/*.so* $fs/usr/lib/ 2.10 }