wok-6.x diff libboost-math/receipt @ rev 16206
Up: nss (3.14.3)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Mon Mar 31 05:10:49 2014 +0000 (2014-03-31) |
parents | 53223f0259b4 |
children | 86790a278e70 |
line diff
1.1 --- a/libboost-math/receipt Thu Jul 05 11:32:26 2012 +0200 1.2 +++ b/libboost-math/receipt Mon Mar 31 05:10:49 2014 +0000 1.3 @@ -7,6 +7,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Part of the Boost C++ Libraries collection." 1.6 MAINTAINER="chadi.elahmad@gmail.com" 1.7 +LICENSE="MIT" 1.8 WEB_SITE="http://www.boost.org/" 1.9 1.10 WANTED="libboost-dev" 1.11 @@ -16,7 +17,7 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/lib/*$LIB_NAME*.so* $fs/usr/lib 1.16 + cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib 1.17 1.18 # math_tr1 is packaged as tr1 (based on the include dir name) 1.19 rm -f $fs/usr/lib/*math_tr1*.so*