data/razor.pc.in
author Kristian H?gsberg <krh@redhat.com>
Thu Jun 19 15:09:48 2008 -0400 (2008-06-19)
changeset 246 f92d8239324e
child 295 c56b39adbfe4
permissions -rw-r--r--
Handle NULL dirnames when importing rpms into a set.
     1 prefix=@prefix@
     2 exec_prefix=@exec_prefix@
     3 libdir=@libdir@
     4 includedir=@includedir@
     5 
     6 Name: razor
     7 Description: library for depsolving, installing and removing packages
     8 Version: @VERSION@
     9 Requires: expat curl
    10 Libs: -L${libdir} -lexpat -lz -lcurl
    11 Cflags: -I${includedir}/razor
    12