data/razor.pc.in
author J. Ali Harlow <ali@juiblex.co.uk>
Fri Jan 09 18:59:38 2009 +0000 (2009-01-09)
changeset 343 8bce3ff205bb
parent 295 c56b39adbfe4
child 344 1b54aa2137d3
permissions -rw-r--r--
Include test.xml in the distribution since it is needed for make check.
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