github.com/cellofellow/gopkg@v0.0.0-20140722061823-eec0544a62ad/apps/pkg-config/testdata/inst.pc (about)

     1  prefix=/inst
     2  exec_prefix=${prefix}
     3  libdir=${exec_prefix}/lib
     4  includedir=${prefix}/include
     5  
     6  Name: Installed test package
     7  Description: Test package for checking -uninstalled behavior
     8  Version: 1.0.0
     9  Requires:
    10  Libs: -L${libdir} -linst
    11  Cflags: -I${includedir}