wok-next diff opus/receipt @ rev 17682
slitaz-i18n/stuff/locale-pack.conf: add isomaster to CORE_PKGS
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Feb 20 13:46:47 2015 -0500 (2015-02-20) |
parents | 8fc34d2c7fa4 |
children | b2efa70e9283 |
line diff
1.1 --- a/opus/receipt Sun Mar 30 21:06:17 2014 +0000 1.2 +++ b/opus/receipt Fri Feb 20 13:46:47 2015 -0500 1.3 @@ -16,7 +16,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 ./configure --prefix=/usr \ 1.9 --enable-float-approx --enable-fuzzing \ 1.10 $CONFIGURE_ARGS && \ 1.11 @@ -27,9 +26,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $install/usr/lib/*a $fs/usr/lib 1.16 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.17 - cp -a $install/usr/include $fs/usr 1.18 - cp -a $install/usr/share $fs/usr 1.19 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.20 } 1.21