wok-current annotate libboost-math-dev/receipt @ rev 25731
Merge wok for both arch and few updates
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Dec 05 08:28:03 2024 +0000 (2 months ago) |
parents | 3ad63c8fc2f9 |
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" |
shann@25634 | 5 VERSION="1.78.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 |
shann@25728 | 17 HOST_ARCH="i486 x86_64" |
shann@25728 | 18 |
rcx@3702 | 19 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3702 | 20 genpkg_rules() |
rcx@3702 | 21 { |
Hans-G?nter@21149 | 22 mkdir -p $fs/usr/include/$SOURCE |
Hans-G?nter@21149 | 23 |
Hans-G?nter@21149 | 24 cp -a $install/usr/include/$SOURCE/*$LIB_NAME* \ |
Hans-G?nter@21149 | 25 $fs/usr/include/boost |
rcx@3702 | 26 } |