wok annotate libboost-chrono/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 86790a278e70
children
rev   line source
al@18513 1 # SliTaz package receipt.
al@18513 2
al@18513 3 PACKAGE="libboost-chrono"
al@18513 4 LIB_NAME="chrono"
Hans-G?nter@21149 5 VERSION="1.69.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@18513 13 DEPENDS="libboost-system"
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 {
al@18513 20 mkdir -p $fs/usr/lib
al@18513 21 cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
al@18513 22 }