void-packages/srcpkgs/gcc/libgfortran.template

16 lines
384 B
Plaintext

# Template file for 'libgfortran'.
#
short_desc="GCC Fortran library ${version} shared library support"
long_desc="${long_desc}
This package contains the GCC Fortran shared library."
revision=1
do_install() {
vmove "usr/lib/libgfortran.so*" usr/lib
vmove usr/lib/libgfortran.spec usr/lib
vinstall COPYING.RUNTIME 644 \
usr/share/licenses/$pkgname RUNTIME.LIBRARY.EXCEPTION
}