summaryrefslogtreecommitdiff
path: root/extra/boost
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-07 00:01:25 +0000
committerroot <root@rshg054.dnsready.net>2012-03-07 00:01:25 +0000
commit5a680f7689b01b4b7a0bfade1a6c1f659f8cbed4 (patch)
treee7b6c472f6deee81a237a1ce4b8c12e90aadac67 /extra/boost
parentb8afacf1f28ac27321feb9b92bd50dd8961b7736 (diff)
Wed Mar 7 00:01:25 UTC 2012
Diffstat (limited to 'extra/boost')
-rw-r--r--extra/boost/PKGBUILD19
1 files changed, 8 insertions, 11 deletions
diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD
index 8efad5ecc..d30c8a2e5 100644
--- a/extra/boost/PKGBUILD
+++ b/extra/boost/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 144045 2011-12-02 20:54:13Z ibiru $
+# $Id: PKGBUILD 152202 2012-03-05 08:55:53Z ibiru $
# Maintainer: kevin <kevin@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Kritoke <kritoke@gamebox.net>
@@ -6,19 +6,17 @@
pkgbase=boost
pkgname=('boost-libs' 'boost')
-pkgver=1.48.0
+pkgver=1.49.0
_boostver=${pkgver//./_}
-pkgrel=2
+pkgrel=1
arch=('i686' 'x86_64')
url="http://www.boost.org/"
makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
- exceptions.patch
- BOOST_FOREACH.patch)
+ exceptions.patch)
license=('custom')
-md5sums=('313a11e97eb56eb7efd18325354631be'
- '9b44c28b36303152050c8c82469569c5'
- '2db6098a1a39bced4c6162eb46418320')
+md5sums=('e0defc8c818e4f1c5bbb29d0292b76ca'
+ '9b44c28b36303152050c8c82469569c5')
_stagedir="${srcdir}/stagedir"
@@ -32,8 +30,6 @@ build() {
cd "${srcdir}"/${pkgbase}_${_boostver}
# https://svn.boost.org/trac/boost/ticket/5731
patch -p0 -i "${srcdir}/exceptions.patch"
- # https://svn.boost.org/trac/boost/ticket/6131
- patch -p2 -i "${srcdir}/BOOST_FOREACH.patch"
# build bjam
@@ -86,7 +82,8 @@ package_boost() {
pkgdesc="Free peer-reviewed portable C++ source libraries - Development"
depends=("boost-libs=${pkgver}")
optdepends=('python: for python bindings'
- 'python2: for python2 bindings')
+ 'python2: for python2 bindings'
+ 'boost-build: to use boost jam for building your project.')
install -d "${pkgdir}"/usr/{include,lib,share}
# headers/source files