prefix=/path exec_prefix=${prefix} libdir="${exec_prefix}/lib" includedir="${prefix}/include" Name: Flag duplicate test 2 Description: Test package for checking stripping of duplicate flags Version: 1.0.0 Libs: -L${libdir} -lpath2 -Wl,--whole-archive -lm --Wl,--no-whole-archive -Xlinker -R -Xlinker ${libdir} Cflags: -I${includedir} -DPATH2 -DFOO Requires: flag-dup-1