Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at fix-function-merge 11 lines 241 B view raw
1prefix=@out@ 2exec_prefix=${prefix} 3libdir=${exec_prefix}/lib 4includedir=${exec_prefix}/include 5 6Name: libui 7Description: Simple and portable (but not inflexible) GUI library 8Version: @version@ 9 10Libs: -L${libdir} -lui 11Cflags: -I${includedir}