Added sit class file for fastflow 1.1.0.

This commit is contained in:
Christoph Niethammer 2012-02-13 13:44:49 +00:00
parent 3efbcf7132
commit 44072a1479
2 changed files with 31 additions and 0 deletions

23
packages/libs/fastflow-1.1.0 Executable file
View file

@ -0,0 +1,23 @@
#!/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
}

View file

@ -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 )