boost: import to CRUX-2.2 branch
This commit is contained in:
parent
ee8d96bc0b
commit
a1ddcb25ea
3846
boost/.footprint
Normal file
3846
boost/.footprint
Normal file
File diff suppressed because it is too large
Load Diff
1
boost/.md5sum
Normal file
1
boost/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
2b999b2fb7798e1737d1fff8fac602ef boost_1_33_1.tar.bz2
|
31
boost/Pkgfile
Normal file
31
boost/Pkgfile
Normal file
@ -0,0 +1,31 @@
|
||||
# Description: free peer-reviewed portable C++ source libraries
|
||||
# URL: http://www.boost.org
|
||||
# Maintainer: sten, nick dot steeves at shaw dot ca
|
||||
# Packager:
|
||||
# Depends on: python
|
||||
|
||||
name=boost
|
||||
version=1.33.1
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/boost/boost_1_33_1.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd ${name}_1_33_1
|
||||
cd tools/build/jam_src
|
||||
./build.sh gcc
|
||||
cd -
|
||||
|
||||
export PYTHON_LIB_PATH="/usr/lib/python" PYTHON_INCLUDES="/usr/include/python"
|
||||
./tools/build/jam_src/bin.linuxx86/bjam \
|
||||
"-sTOOLS=gcc" --prefix=/usr --with-python-root=/usr
|
||||
./tools/build/jam_src/bin.linuxx86/bjam \
|
||||
"-sTOOLS=gcc" --prefix=$PKG/usr --with-python-root=/usr install
|
||||
mv $PKG/usr/include/boost-1_33_1/boost $PKG/usr/include
|
||||
rm -rf $PKG/usr/include/boost-1_33_1
|
||||
chown -R root:root $PKG
|
||||
cd $PKG/usr/lib
|
||||
for l in *gcc-mt.so; do
|
||||
fileName=`basename $l -gcc-mt.so`
|
||||
ln -s $fileName-gcc-mt.so $fileName.so
|
||||
done
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user