wok diff libboost-chrono-dev/receipt @ rev 21717

updated protobuf, protobuf-dev and protobuf-python again (2.4.1 -> 3.8.0)
author Hans-G?nter Theisgen
date Wed Jun 12 13:36:14 2019 +0100 (2019-06-12)
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	Wed Jun 12 13:36:14 2019 +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  }