wok diff libboost-chrono-dev/receipt @ rev 18513

Separate lib from libboost-dev to libbost-chrono
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 25 00:07:51 2015 +0300 (2015-10-25)
parents
children 61fdfde9104b
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libboost-chrono-dev/receipt	Sun Oct 25 00:07:51 2015 +0300
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libboost-chrono-dev"
     1.7 +LIB_NAME="chrono"
     1.8 +VERSION="1.50.0"
     1.9 +
    1.10 +CATEGORY="development"
    1.11 +SHORT_DESC="Part of the Boost C++ Libraries collection."
    1.12 +MAINTAINER="al.bobylev@gmail.com"
    1.13 +LICENSE="MIT"
    1.14 +WEB_SITE="http://www.boost.org/"
    1.15 +
    1.16 +DEPENDS="libboost-system-dev"
    1.17 +WANTED="libboost-dev"
    1.18 +SOURCE="boost"
    1.19 +
    1.20 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 +genpkg_rules()
    1.22 +{
    1.23 +	mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
    1.24 +	cp -a $install/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
    1.25 +	cp -a $install/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
    1.26 +}