boost: update to boost-1.45.0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-26 03:10:55 +01:00
parent fdb8fd0da0
commit f013fd2456
2 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,6 @@ $SCRIPTS/unpack boost
setup_toolchain host
cd $BUILD/boost*/tools/jam/src
cd $BUILD/boost*/tools/build/v2/engine/src
sh build.sh
cp bin.*/bjam $ROOT/$TOOLCHAIN/bin

View File

@ -1,10 +1,10 @@
PKG_NAME="boost"
PKG_VERSION="1_44_0"
PKG_VERSION="1_45_0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.boost.org/"
PKG_URL="$SOURCEFORGE_SRC/boost/boost/1.44.0/${PKG_NAME}_${PKG_VERSION}.tar.bz2"
PKG_URL="$SOURCEFORGE_SRC/boost/boost/1.45.0/${PKG_NAME}_${PKG_VERSION}.tar.bz2"
PKG_DEPENDS="zlib bzip2"
PKG_BUILD_DEPENDS="toolchain boost-jam Python zlib bzip2"
PKG_PRIORITY="optional"