data/razor.pc.in
author J. Ali Harlow <ali@juiblex.co.uk>
Fri Oct 17 09:57:19 2014 +0100 (2014-10-17)
changeset 456 bae5adee8c8c
parent 344 1b54aa2137d3
permissions -rw-r--r--
Add facility to specify razor command when running tests.

This makes it easy to run under eg., valgrind as:

./details "libtool --mode=execute valgrind --leak-check=yes ../src/razor"
rhughes@241
     1
prefix=@prefix@
rhughes@241
     2
exec_prefix=@exec_prefix@
rhughes@241
     3
libdir=@libdir@
rhughes@241
     4
includedir=@includedir@
rhughes@241
     5
rhughes@241
     6
Name: razor
rhughes@241
     7
Description: library for depsolving, installing and removing packages
rhughes@241
     8
Version: @VERSION@
ali@453
     9
Requires.private: @REQUIREMENTS@
ali@453
    10
Libs: -L${libdir} -lrazor
ali@453
    11
Libs.private: @EXPAT_LIBS@ @ZLIB_LIBS@ @INTLLIBS@ @EXTRA_LIBS@
rhughes@241
    12
Cflags: -I${includedir}/razor
rhughes@241
    13