#!/bin/sh # sit class file # # Christoph Niethammer (C) 2012 # CATEGORY="compiler" PACKAGE="gnu" VERSION="4.6.3" URL="http://gcc.gnu.org" INSTALLER="Christoph Niethammer " # Archive A and package name P A=gcc-${VERSION}.tar.bz2 P=gcc-${VERSION} # Other interesting configure options: CONFIGURE_OPTS=" --enable-languages=all,go "