#Maintainer: R S Ananda Murthy pkgname=qrupdate pkgver=1.0.1 pkgrel=1am arch=x86_64 source=("http://biznetnetworks.dl.sourceforge.net/sourceforge/qrupdate/qrupdate-1.0.1.tar.gz") sourcetemplate=http://people.salixos.org/rsamurti/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://sourceforge.net/projects/qrupdate/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "qrupdate (A FORTRAN library for fast updates)" "qrupdate is a Fortran library for fast updates of QR and" "Cholesky decompositions." ) build() { cd $startdir/src/$pkgname-$pkgver sed -i "s/-O3/$CFLAGS/" Makeconf make lib make solib make test mkdir -p $startdir/pkg/usr/lib${LIBDIRSUFFIX} mv libqrupdate.* $startdir/pkg/usr/lib${LIBDIRSUFFIX} }