wok-6.x diff libboost-thread-dev/receipt @ rev 25457
Normazile https://sourceforge.net/projects web_sites
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 23 08:28:09 2022 +0000 (2022-09-23) |
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 Fri Sep 23 08:28:09 2022 +0000 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 }