# $Id: PKGBUILD 151550 2012-02-27 16:38:42Z giovanni $ # Maintainer: Ronald van Haren # Contributor: Gergely Imreh pkgname=tamu-anova pkgver=0.2.1 pkgrel=2 pkgdesc="ANOVA Extensions to the GNU Scientific Library" arch=('x86_64' 'i686') url="http://www.stat.tamu.edu/~aredd/tamuanova/" license=('GPL') depends=('gsl') makedepends=('gcc') install=tamu-anova.install source=(http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/tamu_anova-0.2.1.tar.gz) sha1sums=('8c7ffae14ebe92f27d20ff1f0e325875fa6ced53') build() { cd ${srcdir}/tamu_anova-0.2 ./configure --prefix=/usr \ --infodir=/usr/share/info \ --includedir=/usr/include make } package() { cd ${srcdir}/tamu_anova-0.2 make DESTDIR=${pkgdir} install }