Edit

kc3-lang/pkgconf/libpkgconf.pc.in

Branch :

  • Show log

    Commit

  • Author : Ariadne Conill
    Date : 2022-08-12 11:59:11
    Hash : f3021a82
    Message : libpkgconf.pc: add license

  • libpkgconf.pc.in
  • prefix=@prefix@
    exec_prefix=${prefix}
    includedir=@includedir@
    libdir=@libdir@
    
    Name: libpkgconf
    Description: a library for accessing and manipulating development framework configuration
    URL: https://gitea.treehouse.systems/ariadne/pkgconf
    License: ISC
    Version: @PACKAGE_VERSION@
    CFlags: -I${includedir}/pkgconf
    Libs: -L${libdir} -lpkgconf