# Maintainer: Frank Siegert pkgname=rivet pkgver=4.0.0 pkgrel=1 pkgdesc="A particle physics package for data analysis and validation of Monte Carlo event generators" arch=('x86_64' 'i686') url="http://rivet.hepforge.org" license=('GPL3') depends=('python' 'yoda>=1.8.0' 'fastjet' 'gsl' 'hepmc' 'fastjet-contrib' 'highfive') optdepends=('texlive-core: Plotting functionality' 'ghostscript: PDF plot output' 'imagemagick: PNG plot output') makedepends=('cython') source=(http://www.hepforge.org/archive/rivet/Rivet-$pkgver.tar.gz ) md5sums=('423bac94105e306be0612b6182a0d31f') package() { cd "$srcdir/Rivet-$pkgver" ./configure --prefix=/usr --with-hepmc3=/usr make make DESTDIR="$pkgdir/" install mkdir -p $pkgdir/etc/bash_completion.d mv $pkgdir/usr/share/Rivet/rivet-completion $pkgdir/etc/bash_completion.d }