data/razor.pc.in
author Richard Hughes <richard@hughsie.com>
Sun Jun 29 10:55:17 2008 +0100 (2008-06-29)
changeset 300 455eaa569767
parent 241 c3eb520e2219
child 335 636f120d1b5e
permissions -rw-r--r--
add missing licencing information at the top of each source file

The licence text is needed when razor is packaged for Debian. :-)
     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
    11 Cflags: -I${includedir}/razor
    12