wok diff libboost-thread-dev/receipt @ rev 22274

updated xorg-xf86-video-mga (1.5.0 -> 2.0.0)
author Hans-G?nter Theisgen
date Wed Nov 13 11:23:34 2019 +0100 (2019-11-13)
parents 86790a278e70
children
line diff
     1.1 --- a/libboost-thread-dev/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/libboost-thread-dev/receipt	Wed Nov 13 11:23:34 2019 +0100
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="libboost-thread-dev"
     1.6  LIB_NAME="thread"
     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 @@ -17,7 +17,11 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
    1.17 -	cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
    1.18 -	cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
    1.19 +	mkdir -p $fs/usr/lib
    1.20 +	mkdir -p $fs/usr/include/$SOURCE
    1.21 +
    1.22 +	cp -a $install/usr/include/$SOURCE/*$LIB_NAME*	\
    1.23 +		$fs/usr/include/boost
    1.24 +	cp -a $install/usr/lib/*$LIB_NAME*.*a		\
    1.25 +		$fs/usr/lib
    1.26  }