[arch-commits] Commit in fastjet/repos (community-x86_64 community-x86_64/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Sep 29 16:27:56 UTC 2018
Date: Saturday, September 29, 2018 @ 16:27:56
Author: felixonmars
Revision: 387919
archrelease: copy trunk to community-x86_64
Added:
fastjet/repos/community-x86_64/
fastjet/repos/community-x86_64/PKGBUILD
(from rev 387918, fastjet/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: fastjet/repos/community-x86_64/PKGBUILD (from rev 387918, fastjet/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2018-09-29 16:27:56 UTC (rev 387919)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Frank Siegert <frank.siegert at googlemail.com>
+
+pkgname=fastjet
+pkgver=3.3.1
+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=('4cc4e07abb1c2ccc54e040c346c3b433')
+
+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
+}
More information about the arch-commits
mailing list