gcc: update to 4.6.1, now with fortran and go support.

This commit is contained in:
Juan RP
2011-07-05 12:43:10 +02:00
parent e2ff5ad406
commit fd00796c9c
29 changed files with 256 additions and 62 deletions

View File

@@ -0,0 +1,18 @@
# 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."
Add_dependency run libgcc ">=$version"
Add_dependency run glibc
Add_dependency run libquadmath ">=$version"
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
}