[arch-commits] Commit in fastjet/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 17:57:03 UTC 2020
Date: Thursday, November 12, 2020 @ 17:57:01
Author: felixonmars
Revision: 752884
archrelease: copy trunk to community-staging-x86_64
Added:
fastjet/repos/community-staging-x86_64/PKGBUILD
(from rev 752883, fastjet/trunk/PKGBUILD)
Deleted:
fastjet/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 17:56:50 UTC (rev 752883)
+++ PKGBUILD 2020-11-12 17:57:01 UTC (rev 752884)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Frank Siegert <frank.siegert at googlemail.com>
-
-pkgname=fastjet
-pkgver=3.3.4
-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")
-sha512sums=('0d9dab6ee334f6bc0c53fe6d9c418de606d95004390fcd004c1d8338fcd90bdd7794fd090edee7fab22d15e1eb80d3c22e3eff88183ce236b01de41cf67d9ea1')
-
-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
-}
Copied: fastjet/repos/community-staging-x86_64/PKGBUILD (from rev 752883, fastjet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 17:57:01 UTC (rev 752884)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Frank Siegert <frank.siegert at googlemail.com>
+
+pkgname=fastjet
+pkgver=3.3.4
+pkgrel=3
+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")
+sha512sums=('0d9dab6ee334f6bc0c53fe6d9c418de606d95004390fcd004c1d8338fcd90bdd7794fd090edee7fab22d15e1eb80d3c22e3eff88183ce236b01de41cf67d9ea1')
+
+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