wok-current view libboost-serialization-dev/receipt @ rev 25694
Fix cifs-utils, up grub2-efi-x64 stuff for iso EFI
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sat Mar 30 18:05:22 2024 +0000 (7 months ago) |
parents | a23978bfa665 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libboost-serialization-dev"
4 LIB_NAME="serialization"
5 VERSION="1.78.0"
7 CATEGORY="development"
8 SHORT_DESC="Part of the Boost C++ Libraries collection."
9 MAINTAINER="chadi.elahmad@gmail.com"
10 LICENSE="MIT"
11 WEB_SITE="https://www.boost.org/"
13 DEPENDS="libboost-dev libboost-serialization"
14 WANTED="libboost-dev"
15 SOURCE="boost"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/include/$SOURCE
21 cp -a $install/usr/include/$SOURCE/*$LIB_NAME* \
22 $fs/usr/include/boost
23 }