[arch-commits] Commit in hepmc/repos (community-x86_64 community-x86_64/PKGBUILD)

Konstantin Gizdov kgizdov at archlinux.org
Wed Feb 13 15:03:29 UTC 2019


    Date: Wednesday, February 13, 2019 @ 15:03:29
  Author: kgizdov
Revision: 432076

archrelease: copy trunk to community-x86_64

Added:
  hepmc/repos/community-x86_64/
  hepmc/repos/community-x86_64/PKGBUILD
    (from rev 432075, hepmc/trunk/PKGBUILD)

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Copied: hepmc/repos/community-x86_64/PKGBUILD (from rev 432075, hepmc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-02-13 15:03:29 UTC (rev 432076)
@@ -0,0 +1,23 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+# Contributor: Frank Siegert <frank dot siegert at googlemail dot com>
+pkgname=hepmc
+pkgver=2.06.09
+pkgrel=3
+pkgdesc="A particle physics package for storing collision events from Monte Carlo generators."
+arch=('x86_64')
+url="http://lcgapp.cern.ch/project/simu/HepMC/"
+license=('GPL2')
+depends=('bash')
+source=("http://lcgapp.cern.ch/project/simu/HepMC/download/HepMC-${pkgver}.tar.gz")
+sha256sums=('c60724ca9740230825e06c0c36fb2ffe17ff1b1465e8656268a61dffe1611a08')
+
+build() {
+    cd "${srcdir}/HepMC-${pkgver}"
+    ./configure --prefix=/usr --with-momentum=GEV --with-length=MM
+    make
+}
+
+package() {
+    cd "${srcdir}/HepMC-${pkgver}"
+    make DESTDIR="${pkgdir}/" install
+}



More information about the arch-commits mailing list