20 lines
366 B
Bash
Executable file
20 lines
366 B
Bash
Executable file
#!/bin/sh
|
|
# sit class file
|
|
#
|
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
|
#
|
|
|
|
CATEGORY="compiler"
|
|
PACKAGE="gccupc"
|
|
VERSION="4.5.1.2"
|
|
URL="http://gcc.gnu.org"
|
|
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
|
|
|
# Archive A and package name P
|
|
A=upc-${VERSION}.src.tar.gz
|
|
P=upc-${VERSION}
|
|
|
|
|
|
# Other interesting configure options:
|
|
CONFIGURE_OPTS="
|
|
"
|