annotate src/sord-0.12.0/sord.pc.in @ 66:a9f5ce17330a

Add AppImage files
author Chris Cannam
date Tue, 26 Jun 2018 18:00:44 +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@