Date: Monday, November 4, 2019 @ 09:15:53
  Author: felixonmars
Revision: 523854

archrelease: copy trunk to community-staging-x86_64

Added:
  fastjet/repos/community-staging-x86_64/
  fastjet/repos/community-staging-x86_64/PKGBUILD
    (from rev 523853, fastjet/trunk/PKGBUILD)

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

Copied: fastjet/repos/community-staging-x86_64/PKGBUILD (from rev 523853, 
fastjet/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-04 09:15:53 UTC (rev 523854)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Frank Siegert <[email protected]>
+
+pkgname=fastjet
+pkgver=3.3.2
+pkgrel=2
+pkgdesc="A particle physics package for jet finding in pp and e+e- collisions."
+arch=('x86_64')
+url="http://fastjet.fr";
+license=('GPL2')
+depends=('bash')
+makedepends=('gcc-fortran' 'python')
+source=("http://fastjet.fr/repo/$pkgname-$pkgver.tar.gz";)
+md5sums=('ca3708785c9194513717a54c1087bfb0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-allplugins --enable-static=no 
--enable-pyext
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Reply via email to