data/razor.pc.in
author J. Ali Harlow <ali@juiblex.co.uk>
Sat May 09 21:30:22 2009 +0100 (2009-05-09)
changeset 364 66ec30bde5e5
parent 335 636f120d1b5e
child 453 1fd1d221092d
permissions -rw-r--r--
Add support for topological sorting (needed to order transactions)
     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: @REQUIREMENTS@
    10 Libs: -L${libdir} -lrazor @EXPAT_LIBS@ @ZLIB_LIBS@ @EXTRA_LIBS@
    11 Cflags: -I${includedir}/razor
    12