sit/packages/debugger/temanejo/temanejo-1.0rc1

26 lines
517 B
Text
Raw Normal View History

#!/bin/sh
# sit class file
#
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
#
CATEGORY="debugger"
PACKAGE="temanejo"
VERSION="1.0rc1"
URL="http://www.hlrs.de/temanejo/"
INSTALLER="Jose Gracia <gracia@hlrs.de>"
# Archive A and package name P
A=${PACKAGE}-${VERSION}.tar.gz
P=${PACKAGE}-${VERSION}
# Other interesting configure options:
MODULE_TEMPLATE=${PREFIX_BASE}/${CATEGORY}/${PACKAGE}/modulefiles/HLRS_temanejo_modulefile.in
CONFIGURE_OPTS=" \
--enable-modulefile=${MODULE_TEMPLATE} \
"