data/razor.pc.in
author J. Ali Harlow <ali@juiblex.co.uk>
Thu Jan 08 17:36:50 2009 +0000 (2009-01-08)
changeset 337 c89695ed29f0
parent 295 c56b39adbfe4
child 344 1b54aa2137d3
permissions -rw-r--r--
Replace call to random() with the more portable rand() since we
don't have any need for a "good" random number generator.
     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