wok diff libwmf-dev/receipt @ rev 25039
Up aspell-pl (6.0_20210731-0), icmptx (20190501)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 26 14:53:15 2022 +0000 (2022-05-26) |
parents | 6eff489aa802 |
children | b0069c845544 |
line diff
1.1 --- a/libwmf-dev/receipt Tue Jun 11 11:57:36 2013 +0200 1.2 +++ b/libwmf-dev/receipt Thu May 26 14:53:15 2022 +0000 1.3 @@ -14,10 +14,14 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/lib/gtk-2.0/loaders 1.8 - cp -a $install/usr/lib/*.*a $fs/usr/lib/ 1.9 - cp -a $install/usr/lib/gtk-2.0/loaders/*.*a $fs/usr/lib/gtk-2.0/loaders/ 1.10 + mkdir -p $fs/usr/lib 1.11 cp -a $install/usr/include $fs/usr 1.12 + cp -a $install/usr/lib $fs/usr/ 1.13 + find $fs/usr/ | while read f ; do 1.14 + case "$f" in 1.15 + *so.*) rm -f $f 1.16 + esac 1.17 + done 1.18 } 1.19 1.20