annotate src/sord-0.12.0/sord.pc.in @ 0:c7265573341e

Import initial set of sources
author Chris Cannam
date Mon, 18 Mar 2013 14:12:14 +0000
parents
children
rev   line source
Chris@0 1 prefix=@PREFIX@
Chris@0 2 exec_prefix=@EXEC_PREFIX@
Chris@0 3 libdir=@LIBDIR@
Chris@0 4 includedir=@INCLUDEDIR@
Chris@0 5
Chris@0 6 Name: Sord
Chris@0 7 Version: @SORD_VERSION@
Chris@0 8 Description: A lightweight C library for storing RDF statements in memory.
Chris@0 9 Requires: @PKG_serd_0@
Chris@0 10 Libs: -L${libdir} -l@LIB_SORD@
Chris@0 11 Cflags: -I${includedir}/sord-@SORD_MAJOR_VERSION@