comparison src/sord-0.12.0/sord.pc.in @ 85:545efbb81310

Import initial set of sources
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 18 Mar 2013 14:12:14 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 85:545efbb81310
1 prefix=@PREFIX@
2 exec_prefix=@EXEC_PREFIX@
3 libdir=@LIBDIR@
4 includedir=@INCLUDEDIR@
5
6 Name: Sord
7 Version: @SORD_VERSION@
8 Description: A lightweight C library for storing RDF statements in memory.
9 Requires: @PKG_serd_0@
10 Libs: -L${libdir} -l@LIB_SORD@
11 Cflags: -I${includedir}/sord-@SORD_MAJOR_VERSION@