void-packages/srcpkgs/gcc/libgfortran.template
2012-12-27 10:20:36 +01:00

11 lines
291 B
Plaintext

# Template file for 'libgfortran'.
#
short_desc="GCC Fortran library ${version} shared library support"
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
}