wok annotate libboost-chrono/receipt @ rev 20649

retawq: regenerate mo files (Aleksej)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 12 12:21:17 2019 +0100 (2019-01-12)
parents 89d38ae16843
children 754c91ee3cea
rev   line source
al@18513 1 # SliTaz package receipt.
al@18513 2
al@18513 3 PACKAGE="libboost-chrono"
al@18513 4 LIB_NAME="chrono"
al@18513 5 VERSION="1.50.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 }