annotate src/sord-0.12.0/sord.pc.in @ 49:3ab5a40c4e3b

Add Capnp and KJ builds for OSX
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 25 Oct 2016 14:48:23 +0100
parents c7265573341e
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@