extra/boost to 1.46.1-1

This commit is contained in:
Kevin Mihelich 2011-05-26 08:47:12 -04:00
parent 4b85782862
commit d4795a2425

View file

@ -1,4 +1,4 @@
# $Id: PKGBUILD 114691 2011-03-15 13:50:13Z andrea $
# $Id: PKGBUILD 124783 2011-05-24 12:31:42Z ibiru $
# Maintainer: kevin <kevin@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Kritoke <kritoke@gamebox.net>
@ -12,9 +12,9 @@ plugrel=1
pkgbase=boost
pkgname=('boost-libs' 'boost')
pkgver=1.46.0
pkgver=1.46.1
_boostver=${pkgver//./_}
pkgrel=4
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.boost.org/"
makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib')
@ -22,7 +22,7 @@ source=(http://downloads.sourceforge.net/sourceforge/${pkgbase}/${pkgbase}_${_bo
4994-compile-fix-for-Python32-v2.patch
boost-1.46.0-spirit.patch)
license=('custom')
md5sums=('820393d5746553c192db7b81ba0e53fe'
md5sums=('341e5d993b19d099bf1a548495ea91ec'
'cb59e8adbf2a45ef9264a2f4ab92b849'
'9d6e2f13fef23bf27d7bdddc104e182a')
@ -33,7 +33,7 @@ build() {
cd "${srcdir}/${pkgbase}_${_boostver}/tools"
echo "using python : 2.7 : /usr/bin/python2 ;" >> build/v2/user-config.jam
echo "using python : 3.2 : /usr/bin/python : /usr/include/python3.2mu : /usr/lib ;" >> build/v2/user-config.jam
#echo "using mpi ;" >> build/v2/user-config.jam
echo "using mpi ;" >> build/v2/user-config.jam
# build bjam
cd "${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine/src"