wok annotate libboost-math-dev/receipt @ rev 23237
updated nginx and nginx-extras (1.9.4 -> 1.16.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 25 08:10:44 2020 +0100 (2020-03-25) |
parents | 86790a278e70 |
children |
rev | line source |
---|---|
rcx@3702 | 1 # SliTaz package receipt. |
rcx@3702 | 2 |
rcx@3702 | 3 PACKAGE="libboost-math-dev" |
rcx@3702 | 4 LIB_NAME="math" |
Hans-G?nter@21149 | 5 VERSION="1.69.0" |
rcx@3702 | 6 |
rcx@3702 | 7 CATEGORY="development" |
rcx@3702 | 8 SHORT_DESC="Part of the Boost C++ Libraries collection." |
rcx@3702 | 9 MAINTAINER="chadi.elahmad@gmail.com" |
pascal@15472 | 10 LICENSE="MIT" |
pascal@20421 | 11 WEB_SITE="https://www.boost.org/" |
rcx@3702 | 12 |
Hans-G?nter@21149 | 13 DEPENDS="libboost-dev libboost-math" |
rcx@3702 | 14 WANTED="libboost-dev" |
rcx@3702 | 15 SOURCE="boost" |
rcx@3702 | 16 |
rcx@3702 | 17 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3702 | 18 genpkg_rules() |
rcx@3702 | 19 { |
Hans-G?nter@21149 | 20 mkdir -p $fs/usr/lib |
Hans-G?nter@21149 | 21 mkdir -p $fs/usr/include/$SOURCE |
Hans-G?nter@21149 | 22 |
Hans-G?nter@21149 | 23 cp -a $install/usr/include/$SOURCE/*$LIB_NAME* \ |
Hans-G?nter@21149 | 24 $fs/usr/include/boost |
Hans-G?nter@21149 | 25 cp -a $install/usr/lib/*$LIB_NAME*.*a \ |
Hans-G?nter@21149 | 26 $fs/usr/lib |
rcx@3702 | 27 } |