wok-current diff libboost-chrono-dev/receipt @ rev 22625
updated cyrus-imapd and cyrus-impad-dev (2.4.17 -> 3.0.13)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 12 16:58:49 2020 +0100 (2020-01-12) |
parents | 86790a278e70 |
children | a23978bfa665 |
line diff
1.1 --- a/libboost-chrono-dev/receipt Tue Aug 07 23:03:21 2018 +0200 1.2 +++ b/libboost-chrono-dev/receipt Sun Jan 12 16:58:49 2020 +0100 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 }