#!/bin/sh # sit class file # # Christoph Niethammer (C) 2011 # CATEGORY="debugger" PACKAGE="temanejo" VERSION="1.0rc1" URL="http://www.hlrs.de/temanejo/" INSTALLER="Jose Gracia " # 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} \ "