wok-6.x diff opus/receipt @ rev 18280
Add tags to mate packages.
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Sun Aug 09 17:29:42 2015 -0300 (2015-08-09) |
parents | 8fc34d2c7fa4 |
children | 2dad74422e4c |
line diff
1.1 --- a/opus/receipt Sun Mar 30 21:06:17 2014 +0000 1.2 +++ b/opus/receipt Sun Aug 09 17:29:42 2015 -0300 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