data/razor.pc.in
author Kristian H?gsberg <krh@redhat.com>
Wed Jun 25 15:29:49 2008 -0400 (2008-06-25)
changeset 295 c56b39adbfe4
parent 241 c3eb520e2219
child 335 636f120d1b5e
permissions -rw-r--r--
Fix pkg-config file problems.

It's libcurl, and expat doesn't have a pkg-config file.
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
krh@295
    10
Libs: -L${libdir} -lexpat -lz -lrazor
rhughes@241
    11
Cflags: -I${includedir}/razor
rhughes@241
    12