wok view libboost-program-options-dev/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents bcfa054d147e
children 99ced85ef4cb
line source
1 # SliTaz package receipt.
3 PACKAGE="libboost-program-options-dev"
4 LIB_NAME="program_options"
5 VERSION="1.45.0"
7 CATEGORY="development"
8 SHORT_DESC="Part of the Boost C++ Libraries collection."
9 MAINTAINER="chadi.elahmad@gmail.com"
10 WEB_SITE="http://www.boost.org/"
12 DEPENDS="libboost-program-options libboost-dev"
13 WANTED="libboost-dev"
14 SOURCE="boost"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib $fs/usr/include/$SOURCE
21 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
22 cp -a $_pkg/usr/include/$SOURCE/*$LIB_NAME* $fs/usr/include/boost
23 cp -a $_pkg/usr/lib/*$LIB_NAME*.*a $fs/usr/lib
24 }