wok annotate libboost-chrono/receipt @ rev 19375

linux: bluetooth full stack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 12 09:56:34 2016 +0200 (2016-08-12)
parents
children 86790a278e70
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"
al@18513 11 WEB_SITE="http://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 }