data/razor.pc.in
author J. Ali Harlow <ali@juiblex.co.uk>
Fri Jan 09 17:34:15 2009 +0000 (2009-01-09)
changeset 342 d335ae172331
parent 295 c56b39adbfe4
child 344 1b54aa2137d3
permissions -rw-r--r--
Add some error checking and reporting for writing upstream data
after import from yum.
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@
krh@295
     9
Requires: libcurl
ali@335
    10
Libs: -L${libdir} -lexpat -lz -lrazor @EXTRA_LIBS@
rhughes@241
    11
Cflags: -I${includedir}/razor
rhughes@241
    12