data/razor.pc.in
author J. Ali Harlow <ali@juiblex.co.uk>
Fri Oct 17 10:10:57 2014 +0100 (2014-10-17)
changeset 458 3f841a46eab5
parent 344 1b54aa2137d3
permissions -rw-r--r--
Fix multiple memory allocation problems (found with valgrind)
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