mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/boost to 1.50.0-3
This commit is contained in:
parent
e3088a4714
commit
febfd49081
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ pkgbase=boost
|
||||||
pkgname=('boost-libs' 'boost')
|
pkgname=('boost-libs' 'boost')
|
||||||
pkgver=1.50.0
|
pkgver=1.50.0
|
||||||
_boostver=${pkgver//./_}
|
_boostver=${pkgver//./_}
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.boost.org/"
|
url="http://www.boost.org/"
|
||||||
makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib')
|
makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib')
|
||||||
|
@ -26,7 +26,7 @@ build() {
|
||||||
# set python path for bjam
|
# set python path for bjam
|
||||||
cd "${srcdir}/${pkgbase}_${_boostver}/tools"
|
cd "${srcdir}/${pkgbase}_${_boostver}/tools"
|
||||||
echo "using python : 2.7 : /usr/bin/python2 ;" >> build/v2/user-config.jam
|
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 python : 3.3 : /usr/bin/python3 : /usr/include/python3.3m : /usr/lib ;" >> build/v2/user-config.jam
|
||||||
|
|
||||||
cd "${srcdir}"/${pkgbase}_${_boostver}
|
cd "${srcdir}"/${pkgbase}_${_boostver}
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ build() {
|
||||||
package_boost() {
|
package_boost() {
|
||||||
pkgdesc="Free peer-reviewed portable C++ source libraries - Development"
|
pkgdesc="Free peer-reviewed portable C++ source libraries - Development"
|
||||||
depends=("boost-libs=${pkgver}")
|
depends=("boost-libs=${pkgver}")
|
||||||
optdepends=('python: for python bindings'
|
optdepends=('python3: for python bindings'
|
||||||
'python2: for python2 bindings'
|
'python2: for python2 bindings'
|
||||||
'boost-build: to use boost jam for building your project.')
|
'boost-build: to use boost jam for building your project.')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue