data/razor.pc.in
author J. Ali Harlow <ali@juiblex.co.uk>
Fri Jan 09 12:32:57 2009 +0000 (2009-01-09)
changeset 339 159067260aad
parent 295 c56b39adbfe4
child 344 1b54aa2137d3
permissions -rw-r--r--
Avoid use of non-standard %m printf conversion code.
Also switch to the more conventional ": <error>"
format allowing us to use perror() in more places.
     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: libcurl
    10 Libs: -L${libdir} -lexpat -lz -lrazor @EXTRA_LIBS@
    11 Cflags: -I${includedir}/razor
    12