#!/bin/sh # sit class file # # Christoph Niethammer (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 " # 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 }