diff options
Diffstat (limited to 'extra/boost/PKGBUILD')
-rw-r--r-- | extra/boost/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD index 8efad5ecc..d55e68456 100644 --- a/extra/boost/PKGBUILD +++ b/extra/boost/PKGBUILD @@ -8,8 +8,8 @@ pkgbase=boost pkgname=('boost-libs' 'boost') pkgver=1.48.0 _boostver=${pkgver//./_} -pkgrel=2 -arch=('i686' 'x86_64') +pkgrel=3 +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 @@ -42,6 +42,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 |