wok-current annotate libboost-serialization/receipt @ rev 25736
Add miss git-branch patch for cookutils
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Jan 20 09:30:59 2025 +0000 (12 days ago) |
parents | 3ad63c8fc2f9 |
children |
rev | line source |
---|---|
pascal@1136 | 1 # SliTaz package receipt. |
pascal@1136 | 2 |
pascal@1136 | 3 PACKAGE="libboost-serialization" |
pascal@1136 | 4 LIB_NAME="serialization" |
shann@25634 | 5 VERSION="1.78.0" |
pascal@1136 | 6 |
pascal@1136 | 7 CATEGORY="development" |
pascal@1136 | 8 SHORT_DESC="Part of the Boost C++ Libraries collection." |
pascal@1136 | 9 MAINTAINER="chadi.elahmad@gmail.com" |
pascal@15472 | 10 LICENSE="MIT" |
pascal@20421 | 11 WEB_SITE="https://www.boost.org/" |
pascal@1136 | 12 |
pascal@1136 | 13 WANTED="libboost-dev" |
pascal@1136 | 14 SOURCE="boost" |
pascal@1136 | 15 |
shann@25728 | 16 HOST_ARCH="i486 x86_64" |
shann@25728 | 17 |
pascal@1136 | 18 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1136 | 19 genpkg_rules() |
pascal@1136 | 20 { |
pascal@1136 | 21 mkdir -p $fs/usr/lib |
pascal@15472 | 22 cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib |
pascal@1136 | 23 } |