eplf/rpm/eplf.list

51 lines
1.0 KiB
Plaintext

# epm -f format irpf90 irpf90.list
# format:
# aix
# bsd
# depot or swinstall (HP-UX)
# dpkg
# inst or tardist (IRIX
# native (native for the current platform)
# osx
# pkg (Solaris)
# portable (default)
# rpm
# setld (Tru64)
# slackware
# Product information
# -------------------
%product eplf
%copyright 2009 A. Scemama, CNRS
%vendor A. Scemama, CNRS
%license ../LICENSE
%readme ../README
%description Computes the Electron Localization function from a QCIO file.
%version $VERSION
%requires libgfortran
%requires qcio
%requires python-qcio
%requires resultsFile
# Autoconfiguration variables
# ---------------------------
$prefix=/usr
$exec_prefix=/usr
$bindir=${exec_prefix}/bin
$data_dir=${exec_prefix}/share
$docdir=${data_dir}/doc
$srcdir=..
# Executables
# -----------
%system all
%description IRP-Fortran90 preprocessor
f 0555 root sys ${bindir}/eplf ${srcdir}/eplf_hf
f 0555 root sys ${bindir}/eplf_input ${srcdir}/bin/eplf_input.py
f 0444 root sys ${docdir}/README ${srcdir}/README
f 0444 root sys ${docdir}/LICENSE ${srcdir}/LICENSE