summaryrefslogtreecommitdiff
path: root/check/sort/sort-order-2-3.pc
blob: 7230a267474b4dd0915e37a2ded26f583ca70a8b (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=/path2
exec_prefix=${prefix}
libdir="${exec_prefix}/lib"
includedir="${prefix}/include"

Name: Sort order Cflags and Libs test 2-3
Description: Test package for testing flag sort order
Version: 1.0.0
Libs: -L${libdir} -Wl,-O2 -lpath2
Cflags: -I${includedir} -DPATH2
Requires: sort-order-3-3