wok-6.x view libboost-regex-dev/receipt @ rev 7297

Add aufs. Aufs is now compile by itself like ndiswrapper-driver is. This is so the aufs source tar.gz file is not purge with tazdev everytime we need to purge it. Removed linux-aufs receipt. Updated linux, linux-source, and aufs-utils with the new changes.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 17 00:59:02 2010 +0000 (2010-11-17)
parents 57b293b6e114
children d80becd997d7
line source
1 # SliTaz package receipt.
3 PACKAGE="libboost-regex-dev"
4 LIB_NAME="regex"
5 VERSION="1.44.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-regex libboost-dev icu-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 }