/alps/fastwriter

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/fastwriter
1
2
3
4
5
6
7
8
9
10
prefix=${CMAKE_INSTALL_PREFIX}
exec_prefix=${CMAKE_INSTALL_FULL_BINDIR}
libdir=${CMAKE_INSTALL_FULL_LIBDIR}
includedir=${CMAKE_INSTALL_FULL_INCLUDEDIR}

Name: ${TARNAME}
Description: Fast Streaming Storage Library
Version: ${PACKAGE_VERSION}
Libs: -L${CMAKE_INSTALL_FULL_LIBDIR} -lfastwriter
Cflags: -I${CMAKE_INSTALL_FULL_INCLUDEDIR}