wok-next view libboost-graph/receipt @ rev 6928

Up: elfutils to 0.149. Fixed it to build in clean chroot. Fixed it also to download sources with real wget by since sources are on https host. So now elfutils can download its sources just fine.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 22 22:36:22 2010 +0000 (2010-10-22)
parents 3e599985638d
children d80becd997d7
line source
1 # SliTaz package receipt.
3 PACKAGE="libboost-graph"
4 LIB_NAME="graph"
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="gcc-lib-base libboost-regex expat"
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 }