wok-current annotate libboost-chrono-dev/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents a23978bfa665
children
rev   line source
al@18513 1 # SliTaz package receipt.
al@18513 2
al@18513 3 PACKAGE="libboost-chrono-dev"
al@18513 4 LIB_NAME="chrono"
shann@25634 5 VERSION="1.78.0"
al@18513 6
al@18513 7 CATEGORY="development"
al@18513 8 SHORT_DESC="Part of the Boost C++ Libraries collection."
al@18513 9 MAINTAINER="al.bobylev@gmail.com"
al@18513 10 LICENSE="MIT"
pascal@20421 11 WEB_SITE="https://www.boost.org/"
al@18513 12
al@18541 13 DEPENDS="libboost-chrono libboost-system-dev"
al@18513 14 WANTED="libboost-dev"
al@18513 15 SOURCE="boost"
al@18513 16
al@18513 17 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18513 18 genpkg_rules()
al@18513 19 {
shann@25629 20 mkdir -p $fs/usr/include/$SOURCE
Hans-G?nter@21149 21
Hans-G?nter@21149 22 cp -a $install/usr/include/$SOURCE/*$LIB_NAME* \
Hans-G?nter@21149 23 $fs/usr/include/boost
al@18513 24 }