updated on Sun Jan 8 12:02:35 UTC 2012
[aur-mirror.git] / heppdt / PKGBUILD
blob99dfe0bb7298627e2361f49a5b6e2254374c826d
1 #COntributor: T.Cunly
3 pkgname=heppdt
4 pkgver=3.04.01
5 pkgrel=1
6 pkgdesc="HepPDT contains the fixed data about each particle type. In other words, it contains the data that can be found in the Review of Particle Properties. " 
7 license=(GPL)
8 arch=('i686' 'x86_64')
9 url="https://savannah.cern.ch/projects/heppdt"
10 depends=(clhep)
12 source=(http://lcgapp.cern.ch/project/simu/HepPDT/download/HepPDT-${pkgver}.tar.gz)
13 install=(heppdt.install)
14 md5sums=(a8e93c7603d844266b62d6f189f0ac7e)
16 build() {
17     cd $srcdir/HepPDT-${pkgver}
18     ./configure --prefix=/usr/local  --libdir=/usr/local/lib/HepPDT 
19     make  || return 1
20     make DESTDIR=$pkgdir/ install