sasl/sasl.pc

Fri, 22 Oct 2010 13:23:27 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 22 Oct 2010 13:23:27 +0200
changeset 272
f96f4c1a2d1a
permissions
-rw-r--r--

Backport RPM boilerplate logic required by legacy OpenPKG scripts.

     1 prefix=@l_prefix@
     2 exec_prefix=${prefix}
     3 libdir=${exec_prefix}/lib
     4 includedir=${prefix}/include
     6 Name: sasl
     7 Description: SASL
     8 Version: @version@
     9 Libs: -L${libdir} @libs@
    10 Cflags: -I${includedir}

mercurial