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

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