summaryrefslogtreecommitdiff
path: root/extra/boost/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/boost/PKGBUILD')
-rw-r--r--extra/boost/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD
index 16a86bb17..fca537e8e 100644
--- a/extra/boost/PKGBUILD
+++ b/extra/boost/PKGBUILD
@@ -8,8 +8,8 @@ pkgbase=boost
pkgname=('boost-libs' 'boost')
pkgver=1.49.0
_boostver=${pkgver//./_}
-pkgrel=1.1
-arch=('i686' 'x86_64')
+pkgrel=1
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.boost.org/"
makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
@@ -38,6 +38,7 @@ build() {
_bindir="bin.linuxx86"
[ "${CARCH}" = "x86_64" ] && _bindir="bin.linuxx86_64"
+ [ "${CARCH}" = "mips64el" ] && _bindir="bin.linuxmips"
install -d "${_stagedir}"/usr/bin
install ${_bindir}/bjam "${_stagedir}"/usr/bin/bjam