updated extra/boost, extra/transmission

This commit is contained in:
Kevin Mihelich 2011-03-17 12:03:08 -04:00
parent bf83aa0e40
commit 2eefe0044d
2 changed files with 7 additions and 7 deletions

View file

@ -1,20 +1,20 @@
# $Id: PKGBUILD 112033 2011-03-03 10:41:09Z ibiru $
# $Id: PKGBUILD 114691 2011-03-15 13:50:13Z andrea $
# Maintainer: kevin <kevin@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# TU: Kritoke <kritoke@gamebox.net>
# Contributor: Kritoke <kritoke@gamebox.net>
# Contributor: Luca Roccia <little_rock@users.sourceforge.net>
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
# - changed _bindir to .linuxarm from .linuxx86
# - removed (optional) dep to openmpi - does not build on ARM
plugrel=2
plugrel=1
pkgbase=boost
pkgname=('boost-libs' 'boost')
pkgver=1.46.0
_boostver=${pkgver//./_}
pkgrel=3
pkgrel=4
arch=('i686' 'x86_64')
url="http://www.boost.org/"
makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib')
@ -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"

View file

@ -1,4 +1,4 @@
# $Id: PKGBUILD 113430 2011-03-08 17:02:40Z ibiru $
# $Id: PKGBUILD 113435 2011-03-08 17:10:03Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
@ -9,7 +9,7 @@ plugrel=1
pkgbase=transmission
pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
pkgver=2.22
pkgrel=1
pkgrel=2
arch=('i686' 'x86_64')
url="http://www.transmissionbt.com/"
license=('MIT')