From 44072a147952b3b02fe625c10aa682a91751d520 Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Mon, 13 Feb 2012 13:44:49 +0000 Subject: [PATCH] Added sit class file for fastflow 1.1.0. --- packages/libs/fastflow-1.1.0 | 23 +++++++++++++++++++++++ packages/libs/fastflow-1.1.0-0000.patch | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100755 packages/libs/fastflow-1.1.0 create mode 100644 packages/libs/fastflow-1.1.0-0000.patch diff --git a/packages/libs/fastflow-1.1.0 b/packages/libs/fastflow-1.1.0 new file mode 100755 index 0000000..191ac7b --- /dev/null +++ b/packages/libs/fastflow-1.1.0 @@ -0,0 +1,23 @@ +#!/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 +} diff --git a/packages/libs/fastflow-1.1.0-0000.patch b/packages/libs/fastflow-1.1.0-0000.patch new file mode 100644 index 0000000..063c7d9 --- /dev/null +++ b/packages/libs/fastflow-1.1.0-0000.patch @@ -0,0 +1,8 @@ +156,158c156,158 +< install( FILES ${FFHEADERS} DESTINATION /include/ff/ ) +< install( FILES ${FFHEADERS_AT} DESTINATION /include/ff/atomic ) +< install( FILES ${FFHEADERS_PLAT} DESTINATION /include/ff/platforms ) +--- +> install( FILES ${FFHEADERS} DESTINATION include/ff/ ) +> install( FILES ${FFHEADERS_AT} DESTINATION include/ff/atomic ) +> install( FILES ${FFHEADERS_PLAT} DESTINATION include/ff/platforms )