sit/packages/libs/fastflow/fastflow-1.1.0

24 lines
491 B
Text
Raw Normal View History

#!/bin/sh
# sit class file
#
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
#
CATEGORY="libs"
PACKAGE="fastflow"
VERSION="1.1.0"
URL="http://calvados.di.unipi.it/dokuwiki/doku.php?id=ffnamespace:about"
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
# Archive A and package name P
A=${PACKAGE}-${VERSION}.tar.bz2
P=${PACKAGE}-${VERSION}
# Other interesting configure options:
CONFIGURE_OPTS=""
src_prepare () {
patch CMakeLists.txt < $SCLASS_DIR/$SCLASSFILE-0000.patch
}