wok annotate libboost-chrono-dev/receipt @ rev 20421

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 07 23:03:21 2018 +0200 (2018-08-07)
parents 61fdfde9104b
children 754c91ee3cea
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"
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@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 {
al@18513 20 mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
al@18513 21 cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
al@18513 22 cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
al@18513 23 }