wok-current view libboost-tr1-dev/receipt @ rev 25697

Up apache (CVE-2023-38709, CVE-2024-24795, CVE-2024-27316), up libarchive, qemu, add amdgpu/touchpad support and clean modules.list, up website for repology
author Stanislas Leduc <shann@slitaz.org>
date Tue Apr 16 17:00:21 2024 +0000 (2 months ago)
parents a23978bfa665
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libboost-tr1-dev"
4 LIB_NAME="tr1"
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-tr1 libboost-dev"
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/math/*$LIB_NAME* \
22 $fs/usr/include/boost
23 }