data/razor.pc.in
author Richard Hughes <richard@hughsie.com>
Mon Jun 23 10:31:04 2008 -0400 (2008-06-23)
changeset 261 a87a4f1e5db7
child 295 c56b39adbfe4
permissions -rw-r--r--
Rename bash completion script to razor.sh

More suitable for installation into /etc/bash_completion.d.

committer: Kristian H?gsberg <krh@redhat.com>
     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: expat curl
    10 Libs: -L${libdir} -lexpat -lz -lcurl
    11 Cflags: -I${includedir}/razor
    12