wok-6.x view libboost-regex/receipt @ rev 6612
Fixed giflib-dev, jpeg-dev, libpng-dev, tiff-dev, and zlib-dev. I made there wanted package be depends also since you need the .so files to compile things also most of the time.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 09 19:37:19 2010 +0000 (2010-10-09) |
parents | 57b293b6e114 |
children | bcfa054d147e |
line source
1 # SliTaz package receipt.
3 PACKAGE="libboost-regex"
4 LIB_NAME="regex"
5 VERSION="1.41.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="icu gcc-lib-base"
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
21 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
22 cp -a $_pkg/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
23 }