naspro

view naspro-core/nacore.pc.in @ 174:4f7243a606b1

Updated copyright notices and build system
author Stefano D'Angelo <zanga.mail@gmail.com>
date Sat May 01 21:51:33 2010 +0300 (2010-05-01)
parents d1f0d4a83318
children
line source
1 prefix=@CMAKE_INSTALL_PREFIX@
2 libdir=${prefix}/@LIBDIR_INSTALL@
3 includedir=${prefix}/@INCLUDEDIR_INSTALL@
5 Name: NASPRO core
6 Description: The NASPRO core library
7 URL: http://naspro.atheme.org
8 Requires:
9 Conflicts:
10 Version: @NACORE_VERSION@
11 Libs: -L${libdir} -lnacore
12 Libs.private: @LIBS@
13 Cflags: -I${includedir}