# Maintainer: Chan Beom Park pkgname=softsusy pkgver=3.7.4 pkgrel=1 pkgdesc="This program provides a SUSY spectrum in the NMSSM, or the MSSM including flavour violation and with or without R-parity consistent with input Standard Model fermion mass/mixings and electroweak/strong coupling data." arch=("i686" "x86_64") url="http://softsusy.hepforge.org" license=('GPL') depends=("gcc-fortran") source=("http://www.hepforge.org/archive/softsusy/$pkgname-$pkgver.tar.gz") sha256sums=('0d72181549d4405067149f391b1c7ef72da932aa9b21cdd1529343386363545b') build() { cd "$pkgname-$pkgver" ./configure --prefix=/usr make } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" }