data/razor.pc.in
author Kristian H?gsberg <krh@redhat.com>
Sat Jun 28 18:33:15 2008 -0400 (2008-06-28)
changeset 294 d7ecddf38c3d
child 295 c56b39adbfe4
permissions -rw-r--r--
Revert "Get api docs building"

Pass --enable-gtk-doc to ./configure to build API docs. Add a
status print-out at the end of configure.ac to show whether gtk-doc
was enabled.

This reverts commit 436386fb11ee56e50c2c76c496b1f6c39530e170.
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@
rhughes@241
     9
Requires: expat curl
rhughes@241
    10
Libs: -L${libdir} -lexpat -lz -lcurl
rhughes@241
    11
Cflags: -I${includedir}/razor
rhughes@241
    12