22 lines
441 B
Groff
22 lines
441 B
Groff
|
#!/bin/sh
|
||
|
# sit class file
|
||
|
#
|
||
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2016
|
||
|
#
|
||
|
|
||
|
CATEGORY="performance"
|
||
|
PACKAGE="paraver"
|
||
|
VERSION="4.6.1"
|
||
|
URL="http://www.bsc.es/computer-sciences/paraver"
|
||
|
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||
|
|
||
|
# Archive A and package name P
|
||
|
A=${PACKAGE}-sources-${VERSION}.tar.gz
|
||
|
P=${PACKAGE}-sources-${VERSION}/wxparaver
|
||
|
|
||
|
BUILDDIR=$SRCDIR
|
||
|
# Other interesting configure options:
|
||
|
#CONFIGURE_OPTS="\
|
||
|
# "
|
||
|
|