annotate osx/lib/pkgconfig/sord-0.pc @ 76:f3731af47c4b

No, that isn't going to end well. Back it out.
author Chris Cannam
date Sat, 16 Feb 2019 18:32:35 +0000
parents cc5d363db385
children
rev   line source
Chris@2 1 prefix=/Users/cannam/code/sv-dependency-builds/osx
Chris@2 2 exec_prefix=${prefix}
Chris@2 3 libdir=${exec_prefix}/lib
Chris@2 4 includedir=${prefix}/include
Chris@2 5
Chris@2 6 Name: Sord
Chris@2 7 Version: 0.12.0
Chris@2 8 Description: A lightweight C library for storing RDF statements in memory.
Chris@2 9 Requires: serd-0
Chris@2 10 Libs: -L${libdir} -lsord-0
Chris@2 11 Cflags: -I${includedir}/sord-0