data/razor.pc.in
author J. Ali Harlow <ali@juiblex.co.uk>
Wed Apr 22 15:09:17 2009 +0100 (2009-04-22)
changeset 359 c9c90315ea24
parent 335 636f120d1b5e
child 453 1fd1d221092d
permissions -rw-r--r--
Add support for named roots so that we can understand MS-Windows paths
such as c:/windows. Without this, the user always has to ensure they
are on the correct drive before running razor.
     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