updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / boost-numeric-bindings / PKGBUILD
blob3a662776059521e6458cf0065cb17e7499f8551e
1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
3 pkgname=(boost-numeric-bindings)
4 pkgver=20081116
5 pkgrel=1
6 pkgdesc="Boost Bindings is a bindings library (not just) for Boost.Ublas, that offers an easy way of calling BLAS, LAPACK, UMFPACK, MUMPS and many other numerical codes from within C++."
7 arch=('i686' 'x86_64')
8 url="http://mathema.tician.de/software/boost-numeric-bindings/"
9 license=('GPL')
10 depends=('boost')
11 source=(http://mathema.tician.de/news.tiker.net/download/software/$pkgname/$pkgname-$pkgver.tar.gz)
12 md5sums=('835c88497ba8d6fd745e3971c560a6a3')
14 build() {
15   cd $srcdir/$pkgname
16   
17   sed -e "s:boost-numeric-bindings/::" -e "s:\${PREFIX}:$pkgdir/usr:" Makefile.in > Makefile || return 1
18   make install || return 1