FS#2837 - add bcp to boost libs

Attached to Project: Arch Linux
Opened by Aaron Griffin (phrakture) - Wednesday, 15 June 2005, 22:51 GMT
Last edited by Dale Blount (dale) - Thursday, 16 June 2005, 12:01 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Kevin Piche (kpiche)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Not sure who the maintainer is >>

archlinux.org reports : kpiche
# Maintainer: Jason Chu <jason@archlinux.org>
# TU: Kritoke <kritoke@gamebox.net>
# Contributor: Luca Roccia <little_rock@users.sourceforge.net>

Anyway, it'd be nice to have bcp come bundled with the boost libs -
it's in the tools directory already (next to bjam)...
#------ snip ----
#build bcp
cd $startdir/src/${pkgname}_1_32_0/tools/bcp
../build/jam_src/bin.linuxx86/bjam
mkdir -p $startdir/pkg/usr/bin
install -m755 $startdir/src/${pkgname}_1_32_0/bin/boost/tools/bcp/bcp/gcc/
#------ snap ----

bcp is basically a boost version of pkg-config... it copies needed
src/header files into the project when using boost. it's nice to
have. I put the snippet above just after bjam build script.

there's other utilities, but I don't think any are really useful for
users of boost (they're dev tools for checking the library and crap
like that)

This task depends upon

Closed by  Kevin Piche (kpiche)
Monday, 20 June 2005, 15:59 GMT
Reason for closing:  Fixed
Additional comments about closing:  Added bcp to the build. Thanks.

Loading...