wok diff libboost-chrono-dev/receipt @ rev 25073
Up dropbear (2022.82)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 11 11:22:52 2022 +0000 (2022-06-11) |
parents | 86790a278e70 |
children |
line diff
1.1 --- a/libboost-chrono-dev/receipt Tue Aug 07 23:03:21 2018 +0200 1.2 +++ b/libboost-chrono-dev/receipt Sat Jun 11 11:22:52 2022 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="libboost-chrono-dev" 1.6 LIB_NAME="chrono" 1.7 -VERSION="1.50.0" 1.8 +VERSION="1.69.0" 1.9 1.10 CATEGORY="development" 1.11 SHORT_DESC="Part of the Boost C++ Libraries collection." 1.12 @@ -18,6 +18,9 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE 1.16 - cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost 1.17 - cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib 1.18 + 1.19 + cp -a $install/usr/include/$SOURCE/*$LIB_NAME* \ 1.20 + $fs/usr/include/boost 1.21 + cp -a $install/usr/lib/*$LIB_NAME*.*a \ 1.22 + $fs/usr/lib 1.23 }