wok diff libboost-graph-dev/receipt @ rev 25669

Up lapack (3.12.0), less (633), libarchive (3.7.2), liblouis (3.28.0), libmicrohttpd (1.0.1), libpng (1.6.43), libssh (0.10.6), libtasn1 (4.19.0), libtirpc (1.3.4), libvpx (1.14.0), libwebp (1.3.2), logrotate (3.21.0), lua (5.4.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 16:11:20 2024 +0000 (4 months ago)
parents 86790a278e70
children
line diff
     1.1 --- a/libboost-graph-dev/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/libboost-graph-dev/receipt	Sun Feb 25 16:11:20 2024 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="libboost-graph-dev"
     1.6  LIB_NAME="graph"
     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-graph libboost-serialization-dev libboost-dev "
    1.17 +DEPENDS="libboost-dev libboost-graph libboost-serialization-dev"
    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  }