summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcbpark2016-04-28 19:53:59 +0900
committercbpark2016-04-28 19:53:59 +0900
commitda4d4c9c129eb9a511b5460b785c9d1f22cb5f6b (patch)
treea0a7e6d901c4d89ba3bce7dfd255f1f3f5f2a5d2 /PKGBUILD
parentb76a87473c63da0f4b94e5a9a8ea51f26a0ec2cd (diff)
downloadaur-da4d4c9c129eb9a511b5460b785c9d1f22cb5f6b.tar.gz
resolve name collision with looptools, move headers to /usr/include/FeynHiggs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a24d9c3e3b03..dd2b3ef8bd7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=FeynHiggs
pkgname=feynhiggs
pkgver=2.11.3
-pkgrel=3
+pkgrel=4
pkgdesc="FeynHiggs is a Fortran code for the (diagrammatic) calculation of the masses, mixings and much more of the Higgs bosons in the MSSM with real/complex parameters at the highest level of accuracy."
arch=("i686" "x86_64")
url="http://wwwth.mpp.mpg.de/members/heinemey/feynhiggs/cFeynHiggs.html"
@@ -24,4 +24,6 @@ package() {
cd "${_pkgname}-$pkgver"
make PREFIX="$pkgdir/usr" install
install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+ cd $pkgdir/usr/bin; mv fcc fcc-feynhiggs; mv table table-feynhiggs
+ cd $pkgdir/usr/include; mkdir -p FeynHiggs; mv *.h FeynHiggs
}