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

@ -6,10 +6,10 @@ long_desc="${long_desc}
This package contains the GCC shared library."
noverifyrdeps=yes
replaces="gcc-libgcc>=0"
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libgcc_s.so* ${DESTDIR}/usr/lib
vmove "usr/lib/libgcc_s.so*" usr/lib
vinstall COPYING.RUNTIME 644 \
usr/share/licenses/$pkgname RUNTIME.LIBRARY.EXCEPTION
}