wok diff libboost-math-dev/receipt @ rev 21649

Up ffmpegthumbnailer-dev (2.2.0), lucene++-dev (3.0.7+git), xine-fonts (1.2.9)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 30 10:51:27 2019 +0200 (2019-05-30)
parents 86790a278e70
children
line diff
     1.1 --- a/libboost-math-dev/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/libboost-math-dev/receipt	Thu May 30 10:51:27 2019 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="libboost-math-dev"
     1.6  LIB_NAME="math"
     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 @@ -10,14 +10,18 @@
    1.13  LICENSE="MIT"
    1.14  WEB_SITE="https://www.boost.org/"
    1.15  
    1.16 -DEPENDS="libboost-math libboost-dev"
    1.17 +DEPENDS="libboost-dev libboost-math"
    1.18  WANTED="libboost-dev"
    1.19  SOURCE="boost"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
    1.25 -	cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
    1.26 -	cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
    1.27 +	mkdir -p $fs/usr/lib
    1.28 +	mkdir -p $fs/usr/include/$SOURCE
    1.29 +
    1.30 +	cp -a $install/usr/include/$SOURCE/*$LIB_NAME*	\
    1.31 +		$fs/usr/include/boost
    1.32 +	cp -a $install/usr/lib/*$LIB_NAME*.*a		\
    1.33 +		$fs/usr/lib
    1.34  }