wok-next rev 15893
libao: remove devel files (save space on ISO)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Feb 12 22:53:32 2014 +0100 (2014-02-12) |
parents | 5501796f0432 |
children | c7df6249e093 |
files | libao-dev/receipt libao/receipt |
line diff
1.1 --- a/libao-dev/receipt Tue Feb 11 16:07:13 2014 +0000 1.2 +++ b/libao-dev/receipt Wed Feb 12 22:53:32 2014 +0100 1.3 @@ -14,7 +14,10 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/lib $fs/usr/share 1.8 + mkdir -p \ 1.9 + $fs/usr/lib/ao/plugins-4 \ 1.10 + $fs/usr/share 1.11 + cp -a $install/usr/lib/ao/plugins-4/*.la $fs/usr/lib/ao/plugins-4 1.12 cp -a $install/usr/lib/*.*a $fs/usr/lib 1.13 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.14 cp -a $install/usr/include $fs/usr
2.1 --- a/libao/receipt Tue Feb 11 16:07:13 2014 +0000 2.2 +++ b/libao/receipt Wed Feb 12 22:53:32 2014 +0100 2.3 @@ -26,11 +26,11 @@ 2.4 # Rules to gen a SliTaz package suitable for Tazpkg. 2.5 genpkg_rules() 2.6 { 2.7 - mkdir -p $fs/usr/lib $fs/etc 2.8 - cp -a $install/usr/lib/ao $fs/usr/lib 2.9 + mkdir -p $fs/usr/lib/ao/plugins-4 $fs/etc 2.10 + cp -a $install/usr/lib/ao/plugins-4/*.so $fs/usr/lib/ao/plugins-4 2.11 cp -a $install/usr/lib/*.so* $fs/usr/lib 2.12 2.13 # Add conf file 2.14 - cp -a stuff/libao.conf $fs/etc/ 2.15 + cp -a $stuff/libao.conf $fs/etc/ 2.16 2.17 }